2008-04-25: dear fellow users of dark-storm, today our mainserver had some technical problems resulting in a downtime. here is short logof what happened. apologies for any inconvenience caused. Help with the dark-storm channel service (D)

First of all, when you enter irc, you have the option to register a nickname, so only you can use it. You can do this by typing this:
/msg D@cservice.dark-storm.net regnick nickname email password

Then you can login to the bot's services by typing the following line:
/msg D@cservice.dark-storm.net login nick password
Note: You must do this every time you enter

Then we have the option to register channels. You can do this by typing the following line:
/msg D regchan #channel

Now you have the option to get D inside your channel. You can do this by typing this:
/msg d set #channel autojoin ON


access-level based commands:
========== Level 0 (Everyone) ==========

ACCESS - Can look up the access for a certain person or a string. The information indicates level, suspension status and level if suspended, and when the user was last seen.
To see all users:

/msg d access <#channel> *
* Access options:
username - shows the access level of a single user.
/msg d access <#channel>
-min - shows only users above the given level.
/msg d access <#channel> -min
-max - shows only users below the given level.
/msg d access <#channel> -max
-op - shows only users with the OP AUTOMODE flag.
/msg d access <#channel> -op
-voice - shows only users with the VOICE AUTOMODE flag.
/msg d access <#channel> -voice
-none - shows only users with no AUTOMODE flag (None).
/msg d access <#channel> -none
-modif - shows who last modified the access listing.
/msg d access <#channel> -modif


CHANINFO - Displays whether or not a channel is registered, to whom, and the currently set DESCRIPTION and URL, if any.
Alias: INFO
/msg d chaninfo <#channel>
/msg D info <#channel>


HELP - Displays help information on a given command.
/msg D help [command]


INFO - Displays information about a username such as their nick(s) and user@host(s) if they are currently online, their language and invisible settings, last seen information, and whether they may have been suspended by a CService Administrator.
If used on yourself, it also shows your registered email address, the last hostmask (nick!userid@host format) used when the username was logged into, your max logins setting, and lists all channels which you have access on (only CService and you can see this information, not other users). If you wish to make this information hidden to the public, refer to the SET INVISIBLE command (Level 0).
/msg D info


LBANLIST - Searches D's banlist for a certain string. Use * to see the whole list, or specify a *!*user@*.host to find a specific ban.
/msg D lbanlist <#channel> <* | *!*user@*.host>


LOGIN - This loads your access listing into D?s memory and authenticates you for ALL channels which you have access on. You can login to your account more than once, using multiple clients/connections to the IRC server. The number of concurrent connections you can use depends on your MAXLOGINS setting (see SET MAXLOGINS - Level 0). Whenever a new concurrent connection is established, D will send you a notice to let you know who it was and advise you to use the SUSPENDME command if that person is not you, meaning your account may have been compromised (see SUSPENDME - Level 0).
/msg D@cservice.dark-storm.net login


MOTD - Displays D's message of the day.
/msg D motd


REMUSER - At this level, and above, you can remove yourself from any channel, as long as you are not the Channel Manager (500 access level in that channel). Managers wishing to remove themselves will need to purge their channel.
/msg D remuser <#channel>

SEARCH - Makes D list channels where the given search parameters match set keywords on the channel, if any. The use of wildcards is not required.
/msg D search


SET - Changes special modes for your username.
/msg D set

* Variables and Values:

INVISIBLE - This is a personal setting that allows you to toggle the visibility of your username information, retrievable from the INFO command, to be visible or hidden. To learn more about the available information, refer to the INFO command (Level 0).
/msg D set invisible on|off


SHOWCOMMANDS - Shows all the commands you can use on a channel, according to your access level. If no channel is specified, then only the Level 0 commands are shown.
/msg D showcommands [#channel]


SHOWIGNORE - Shows D's current ignore list. D will automatically set a 1 hour ignore on anyone who floods it, whether accidentally or intentionally.
/msg D showignore


SUSPENDME - This command will globally suspend your account, essentially making you have a level of 0 whenever you try to perform commands. The command will only work if at least two users are simultaneously authenticated on an account. You must ask in #cservice if you require being unsuspended.
/msg D@cservice.dark-storm.net suspendme

VERIFY - Displays whether or not a person is logged in, and if so, indicates their username, and also indicates whether or not they are an Official CService Administrator or Representative, and/or an IRC Operator.
/msg D verify

============== Level 1-24 ==============

BANLIST - Shows the channel banlist. This command works whether you are on the channel or not.

/msg D banlist <#channel>


STATUS - This does the same thing as the Level 200 STATUS command, except it will not report channel modes (+nt etc.) to anyone with access below 200.

/msg D status <#channel>


================== Level 25-49 ==================

DEVOICE - Devoices one or more users in your channel.
/msg D devoice <#channel> [nick] [nick2] ... [nickN]


VOICE - Voices one or more users in your channel.
/msg D voice <#channel> [nick] [nick2] ... [nickN]


INVITE - Makes D invite you to your channel.
/msg D invite <#channel>


SET AUTOINVITE - If this is set to ON, D will automatically invite you to the channel when you login.
/msg D set <#channel> autoinvite on/off


================ Level 50-74 ================

KICK - Makes D kick someone from your channel; reason is optional. Your nick will be placed in the kick message.
/msg D kick <#channel> [reason]


TOPIC - Makes D change the topic in your channel (maximum of 145 characters) and includes your username, enclosed in brackets, at the beginning of the topic.
NOTE: If a DESCRIPTION or URL has been set and AUTOTOPIC is ON, the channel topic will be overwritten in 30 minutes, unless the channel is idle.
/msg D topic <#channel>


=============== Level 75-99 ===============

BAN - Adds a specific *!*user@*.host to the D banlist of your channel. You may place a ban on a nick if the person is online or ban their *!*user@*.host if the person is not online. Bans that cover a broader range than previously set bans will replace previous bans. Any user in the channel that matches the added ban will be kicked out if the ban level is 75+. The duration is in hours, with a maximum of 336 hours (2 weeks). The ban level can range from 1 to your own level. The ban reason can be a maximum of 128 characters long. If no duration or level is specified, the default duration will be 3 hours, and the level will be 75.
Ban Levels: 1-24 Prevents the user from having ops (+o) on the channel. 25-74 Prevents the user from having ops/voice (+o/+v) on the channel. 75+ Prevents the user from being in the channel at all.
/msg D ban <#channel> [duration] [level] [reason]



UNBAN - Removes a *!*user@*.host from the D banlist of your channel and any matching bans from the channel banlist also. You can only remove bans from D's banlist that are equal to or lower than your own access. To search D's banlist, refer to the LBANLIST command (Level 0).
/msg D unban <#channel>

NICKBAN - Adds a ban on a registered D username. if the owner of the username is logged in and enters a channel with a nickban that matches, they will automatically be banned. The same happens if they join the channel and then login.
/msg D NICKBAN <#channel> [duration] [level] [reason]

DELNICKBAN - removes a nickban on a channel. Note that the physical ban is not removed at the same time.
/msg D DELNICKBAN <#channel>


================== Level 100-199 ==================

DEOP - Deops one or more persons in your channel. If no nick is specified, and you are opped on the channel, D will deop you.
NOTE: be mindful of triggering the limit that may be in effect with MASSDEOPPRO (Level 499).
/msg D deop <#channel> [nick] [nick2] ... [nickN]


OP - Ops one or more persons in your channel. If no nick is specified, and you are not opped on the channel, D will op you.
/msg D op <#channel> [nick] [nick2] ... [nickN]


INVITE - Makes D invite you to your channel.
/msg D invite <#channel>


SUSPEND - Suspends a user's access to D on your channel's userlist for the specified period of time. You can only SUSPEND someone with access lower than your own. The maximum duration is 372 days (8928 hours, 535680 minutes).
* Time Values: D = days H = hours M = minutes
/msg D suspend <#channel>
* Duration Example: "5 d" = 5 days (enter without quotations)


UNSUSPEND - Unsuspends a user's access to D on your channel's userlist. You can only UNSUSPEND someone with access lower than your own.
/msg D unsuspend <#channel>


================ Level 200 ================

KICK - Makes D kick all users matching the specified *!*user@*.host mask, but does not kick the person issuing the command if they match also. This should be a seldom used command. Use should be limited to extreme channel flooding or clones. You may want to set a ban on the mask, or +i (invite mode) on the channel before issuing the kick to prevent matching users from rejoining after being kicked.
/msg D kick <#channel> [reason]


STATUS - Displays all special D settings, channel modes, the number of users and ops in the channel, currently authenticated users for the channel, and whether D is on the channel or not. Currently authenticated users are shown in a "username/nickname [level]" format. Users authenticated with multiple clients are shown in a "username/nickname1 nicknameN [level]" format. A user's nickname will only be shown if that user is currently on the channel, otherwise only their username and level are displayed.
The ability to see channel modes is extremely helpful in case the channel is +k (keyed mode), since you can find out what they key is. This commands works regardless of whether D is on the channel or not.
/msg D status <#channel>


================= Level 400-449 =================

ADDUSER - Adds a user to the channel's userlist. You cannot ADDUSER someone with equal or higher access than your own.
/msg d adduser <#channel>


CLEARMODE - Clears all channel modes. Can be used when your channel has been locked up (set +i or +k without your knowledge).
NOTE: This is not necessarily the best method to gain entry to your channel, because other people or bots may be opped in the channel that may reset the modes as you clear them. Refer to the STATUS command (Level 200) for related information.
/msg D clearmode <#channel>


MODINFO - Make changes to existing users in your channel's userlist.
/msg d modinfo <#channel>
* Variables:

ACCESS - Changes the access level of a user. Access level can be set between 1 and one less than your own level (if you have an access level of 400, you may assign a level of up to 399 to other users).
/msg d modinfo <#channel> access

AUTOMODE - Changes the automode of a user to one the specified modes: NONE, OP, or VOICE. OP or VOICE will make D op or voice an authenticated user when they enter the channel. NONE will make D do nothing when an authenticated user enters the channel.
/msg D modinfo <#channel> automode


REMUSER - Removes a user from the channel database. You must have higher access than the user you want to remove. You can also remove yourself from any channel, as long as you are not the Channel Manager (500 access level in that channel). Managers wishing to remove themselves will need to purge their channel.
/msg D remuser <#channel>


================ Level 450 ================

SET - Changes special D modes for channel.
/msg D set <#channel>
* Variables and Values:

AUTOTOPIC - This flag makes D reset the topic to the channel DESCRIPTION and URL every 30 minutes. Note that if the channel is idle, the topic will not be reset during that time.
/msg D set <#channel> autotopic on|off

DESCRIPTION - Sets the default channel topic (maximum of 80 characters). This does NOT affect the actual channel topic, unless AUTOTOPIC is ON. The topic can be seen only by the CHANINFO command (Level 0). If no description text is specified, the current description is reset.
Alias: DESC
/msg D set <#channel> description [text] /msg D set <#channel> desc [text]


FLOATLIM - Sets the floating-limit feature on or off. If turned on, D will reset the channel limit within a preset margin above the number of users in the channel, and within a preset period of time. This aids in preventing large floodnets from joining and flooding the channel. By default, this feature is off. When turned on, the STATUS command will show the settings on the "Flags set:" line as follows: "FLOATLIM (3:20)." This means that FLOATLIM is on, with a FLOATMARGIN of 3, and a FLOATPERIOD of 20 seconds. Refer to the SET FLOATGRACE, SET FLOATMARGIN, SET FLOATMAX and SET FLOATPERIOD commands for more information.
/msg D set <#channel> floatlim on/off


FLOATGRACE - Sets the floating-limit grace value to be used in the channel. This number can be between 0-19. This makes D avoid changing the limit if it will be smaller than the grace value. In other words, this is the value that corresponds to the number of extra users that join or part a channel before D changes the limit. As a result, D will not litter quiet channels with lots of mode changes. The default value is 1.
/msg D set <#channel> floatgrace <0-19>


FLOATMARGIN - Sets the floating-limit margin to be used in the channel. This number can be between 2-20. The limit that D resets will be: number of users in the channel + FLOATMARGIN. The default value is 3.
/msg D set <#channel> floatmargin <2-20>


FLOATMAX - Sets the maximum limit for the floating-limit setting. This can be any number desired, and will prevent D from changing the channel limit to a number higher than the chosen number. Thus, it is possible for a channel to limit how many users they want in a channel at any given time. The default value is 0, which turns the setting off. /msg D set <#channel> floatmax <0 | max limit desired>



FLOATPERIOD - Sets the floating-limit period, in seconds, to be used before D resets the channel limit. This number must be between 20-200. The default value is 20 seconds.
/msg D set <#channel> floatperiod <20-200>


KEYWORDS - Sets keywords for your channel that will trigger on a SEARCH (Level 0) of channels. If no keywords are specified, the current keywords are reset. The maximum string of keywords is 80 characters long.
/msg D set <#channel> keywords [text]


MODE - This will save the current channel modes as default. Whenever D joins the channel, it will reset those modes if any are not set at the time and it is alone in the channel.
/msg D set <#channel> mode


URL - You can state your channel's homepage address(es) with this option (maximum of 75 characters). Spaces are permitted, allowing multiple URL parameters to be specified. This does NOT affect the channel topic, unless AUTOTOPIC is ON (Level 450). The DESCRIPTION and URL can be seen by using the CHANINFO command (Level 0). If no URL is specified, the current URL is reset.
/msg d set <#channel> url [url url2 ... urlN]


USERFLAGS - Determines whether or not OP or VOICE will automatically be set for AUTOMODE when a new user is added to the userlist. Default value is 0 (None).
NOTE: Once a user is on the userlist, the MODINFO AUTOMODE command (Level 400) can be issued to change the value for that individual alone.
* Values:
0 = No AutoMode set for all new users added.
1 = Op AutoMode set for all new users added.
2 = Voice AutoMode set for all new users added.
/msg D set <#channel> userflags <0-2>


================ Level 499 ================

JOIN - Makes D join your channel.
/msg D join <#channel>


PART - Makes D leave your channel.
/msg D part <#channel>


MASSDEOPPRO - The maximum number of deops D will allow in a 15 second period. Any user exceeding this will be kicked, suspended (if on the userlist) and a level 25 ban placed on them to prevent ops. The suspend and ban time is 5 minutes. The value can be set from 1, which is the most sensitive, to 7, which is least sensitive. A value of 0 turns off the option.
/msg D set <#channel> massdeoppro <0-7>


STRICTOP - This allows only Level 100+ users who are authenticated to be opped.
/msg D set <#channel> strictop on|off


STRICTVOICE - This allows only Level 25+ users who are authenticated to be voiced.
/msg D set <#channel> strictvoice on|off


NOOP - This means that no one may be a channel operator except D. This does not mean you don't have control of D or the channel. If you are authenticated, you can issue commands like KICK, BAN, etc. through D, you just can't be opped yourself.
/msg D set <#channel> noop on|off


================== Level 500 (Channel manager) ==================

AUTOJOIN - When the flag is set ON, it makes D always join your channel. When the flag is OFF, it will make it part if it's on the channel, and not re-join after a netsplit.
/msg D set <#channel> autojoin on|off