Get Started : CHANSERV NICKSERV MEMOSERV BOTSERV


For help from the services, use the following commands while connected to GigaIRC Network:

/msg NickServ help
/msg ChanServ help
/msg MemoServ help

This Documentation :


The following sections provide information for registering your nickname and channel, setting up the registered channel, and give an introduction to MemoServ.

These commands should be specified in the following manner:

/msg (servicename) (command) (parameters)

Note that the commands and parameters are listed under the heading of NickServ, ChanServ, and MemoServ. The actual command that should be entered should have

/msg (servicename)

added on before the listed commands and parameters. Optional parameters are specified in brackets. Options for values are listed in braces, separated by the symbol "|" (signifying "or").
 


NICKSERV


Syntax : REGISTER password email

(GigaIRC Network: Note that the online help is incorrect in specifying that the email parameter is optional.)

Registers your nickname in the NickServ database. Once your nick is registered, you can use the SET and ACCESS commands to configure your nick's settings as you like them. Make sure you remember the password you use when registering - you'll need it to make changes to your nick later. (Note that case matters! EPONA, Epona, and epona are all different passwords!)

Guidelines on choosing passwords:

Passwords should not be easily guessable. For example, using your real name as a password is a bad idea. Using your nickname as a password is a much worse idea ;) and,
in fact, NickServ will not allow it. Also, short passwords are vulnerable to trial-and-error searches, so you should choose a password at least 5 characters long. Finally, the space character cannot be used in passwords.

The parameter email is optional and will set the email for your nick immediately. However, it may be required on certain networks. Your privacy is respected; this e-mail won't be given to any third-party person.

This command also creates a new group for your nickname, that will allow you to register other nicks later sharing the same configuration, the same set of memos and the
same channel privileges. For more information on this feature, type /msg NickServ HELP GROUP.



 

CHANSERV


ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed channel operator priviliges. Available commands are listed below; to use them, type
/msg ChanServ command. For more information on a specific command, type /msg ChanServ HELP command.

REGISTER Register a channel
IDENTIFY Identify yourself with your password
SET Set channel options and information
AOP Modify the list of AOP users
SOP Modify the list of SOP users
ACCESS Modify the list of privileged users
LEVELS Redefine the meanings of access levels
AKICK Maintain the AutoKick list
DROP Cancel the registration of a channel
SENDPASS Help retrive lost passwords

Other commands: BAN, CLEAR, DEOP, DEVOICE, GETKEY, INFO, INVITE, KICK, LIST, LOGOUT, OP, TOPIC, UNBAN, VOICE, VOP

These commands are also available on this network:
DEHALFOP, DEOWNER, DEPROTECT, HALFOP, HOP, OWNER,PROTECT

Note that any channel which is not used for 40 days (i.e. which no user on the channel's access list enters for that period of time) will be automatically dropped.
 


Syntax : REGISTER channel password description

Registers a channel in the ChanServ database. In order to use this command, you must first be a channel operator on the channel you're trying to register. The password is used with the IDENTIFY command to allow others to make changes to the channel settings at a later time. The last parameter, which must be included, is a general description of the channel's purpose.

When you register a channel, you are recorded as the "founder" of the channel. The channel founder is allowed to change all of the channel settings for the channel; ChanServ will also automatically give the founder channel-operator privileges when s/he enters the channel. See the ACCESS command (/msg ChanServ HELP ACCESS) for
information on giving a subset of these privileges to other channel users.

NOTICE: In order to register a channel, you must have first registered your nickname. If you haven't, /msg NickServ HELP for information on how to do so.
 


Syntax : IDENTIFY channel password

Authenticates you to ChanServ as the founder of the given channel. Many commands require you to use this command before using them. The password should be the same one you sent with the REGISTER command.

 


Syntax : SET channel option parameters

Allows the channel founder to set various channel options and other information.

Available options:

FOUNDER Set the founder of a channel
SUCCESSOR Set the successor for a channel
PASSWORD Set the founder password
DESC Set the channel description
URL Associate a URL with the channel
EMAIL Associate an E-mail address with the channel
ENTRYMSG Set a message to be sent to users when they
enter the channel
BANTYPE Set how Services make bans on the channel
MLOCK Lock channel modes on or off
KEEPTOPIC Retain topic when channel is not in use
OPNOTICE Send a notice when OP/DEOP commands are used
PEACE Regulate the use of critical commands
PRIVATE Hide channel from LIST command
RESTRICTED Restrict access to the channel
SECURE Activate ChanServ security features
SECUREOPS Stricter control of chanop status
SECUREFOUNDER Stricter control of channel founder status
SIGNKICK Sign kicks that are done with KICK command
TOPICLOCK Topic can only be changed with TOPIC
XOP Toggle the user privilege system

Type /msg ChanServ HELP option for more information on a particular option.
 


Syntax : SET channel FOUNDER nick


Changes the founder of a channel. The new nickname must be a registered one.
 


Syntax : SET channel SUCCESSOR nick


Changes the successor of a channel. If the founder's nickname expires or is dropped while the channel is still registered, the successor will become the new founder of the
channel. However, if the successor already has too many channels registered (20), the channel will be dropped instead, just as if no successor had been set. The new nickname must be a registered one


Syntax : SET channel PASSWORD password

Sets the password used to identify as the founder of the channel.

Syntax : SET channel DESC description

Sets the description for the channel, which shows up with the LIST and INFO commands.
 

Syntax : SET channel URL [url]

Associates the given URL with the channel. This URL will be displayed whenever someone requests information on the channel with the INFO command. If no parameter is given,
deletes any current URL for the channel.


Syntax : SET channel EMAIL [address]

Associates the given E-mail address with the channel. This address will be displayed whenever someone requests information on the channel with the INFO command. If no parameter is given, deletes any current E-mail address for the channel.
 

Syntax : SET channel ENTRYMSG [message]

Sets the message which will be sent via /notice to users when they enter the channel. If no parameter is given, causes no message to be sent upon entering the channel.
 


Syntax : SET channel BANTYPE ban type

Sets the ban type that will be used by services whenever they need to ban someone from your channel.

Ban type is a number between 0 and 3 that means:

0: ban in the form *!user@host
1: ban in the form *!*user@host
2: ban in the form *!*@host
3: ban in the form *!*user@*.domain

 


Syntax : SET channel MLOCK modes

Sets the mode-lock parameter for the channel. ChanServ allows you to define certain channel modes to be always on, off or free to be either on or off.

The modes parameter is constructed exactly the same way as a /MODE command; that is, modes followed by a + are locked on, and modes followed by a - are locked off. Note,
however, that unlike the /MODE command, each use of SET MLOCK will remove all modes previously locked before setting the new!

Warning: If you set a mode-locked key, as in the second example below, you should also set the RESTRICTED option for the channel (see HELP SET RESTRICTED), or anyone entering the channel when it is empty will be able to see the key!

Examples:

SET #channel MLOCK +nt-iklps Forces modes n and t on, and modes i, k, l, p, and s off. Mode m is left free to be either on or off.

SET #channel MLOCK +knst-ilmp my-key Forces modes k, n, s, and t on, and modes i, l, m, and p off. Also forces the channel key to be "my-key".

SET #channel MLOCK + Removes the mode lock; all channel modes are free to be either on or off.

 


Syntax : SET channel KEEPTOPIC {ON | OFF}

Enables or disables the topic retention option for a channel. When topic retention is set, the topic for the channel will be remembered by ChanServ even after the last user leaves the channel, and will be restored the next time the channel is created.
 


Syntax : SET channel OPNOTICE {ON | OFF}


Enables or disables the op-notice option for a channel.When op-notice is set, ChanServ will send a notice to the channel whenever the OP or DEOP commands are used for a user
in the channel.
 


Syntax : SET channel PEACE {ON | OFF}

Enables or disables the peace option for a channel. When peace is set, an user won't be able to kick, ban or remove a channel status of an user that has a level superior or equal to his via ChanServ commands.

 


Syntax : SET channel PRIVATE {ON | OFF}

Enables or disables the private option for a channel. When private is set, a /msg ChanServ LIST will not include the channel in any lists.

 


Syntax : SET channel RESTRICTED {ON | OFF}

Enables or disables the restricted access option for a channel. When restricted access is set, users who would normally be disallowed from having channel operator privileges (users with negative access levels and, if secure ops is set, users not on the access list) will instead be kicked and banned from the channel.

 


Syntax : SET channel SECURE {ON | OFF}

Enables or disables ChanServ's security features for a channel. When SECURE is set, only users who have registered their nicknames with NickServ and IDENTIFY's with their password will be given access to the channel as controlled by the access list.

 


Syntax: SET channel SECUREOPS {ON | OFF}

Enables or disables the secure ops option for a channel. When secure ops is set, users who are not on the userlist will not be allowed chanop status.

 


Syntax: SET channel SECUREFOUNDER {ON | OFF}

Enables or disables the secure founder option for a channel. When secure founder is set, only the real founder will be able to drop the channel, change its password, its founder and its successor, and not those who are IDENTIFY'd with ChanServ.

 


Syntax: SET channel SIGNKICK {ON | LEVEL | OFF}

Enables or disables signed kicks for a channel. When SIGNKICK is set, kicks issued with
ChanServ KICK command will have the nick that used the command in their reason.

If you use LEVEL, those who have a level that is superior or equal to the SIGNKICK level on the channel won't have their kicks signed. See /msg ChanServ HELP LEVELS for more information.
 


Syntax: SET channel TOPICLOCK {ON | OFF}

Enables or disables the topic lock option for a channel. When topic lock is set, ChanServ will not allow the channel topic to be changed except via the TOPIC command.

 


Syntax : SET channel XOP {ON | OFF}

Enables or disables the xOP lists system for a channel. When XOP is set, you have to use the AOP/SOP/VOP commands in order to give channel privileges to users, else you have to use the ACCESS command.

Technical Note: when you switch from access list to xOP lists system, your level definitions and user levels will be changed, so you won't find the same values if you
switch back to access system!

You should also check that your users are in the good xOP list after the switch from access to xOP lists, because the guess is not always perfect... in fact, it is not recommended to use the xOP lists if you changed level definitions with
the LEVELS command.

Switching from xOP lists system to access list system causes no problem though.
 

 


Syntax : AOP channel ADD nick


AOP channel DEL {nick | entry-num | list}
AOP channel LIST [mask | list]
AOP channel CLEAR

Maintains the AOP (AutoOP) list for a channel. The AOP list gives users the right to be auto-opped on your channel, to unban or invite themselves if needed, to have their
greet message showed on join, and so on.

The AOP ADD command adds the given nickname to the AOP list.

The AOP DEL command removes the given nick from the AOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The AOP LIST command displays the AOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown;

For example:

AOP #channel LIST 2-5,7-9 Lists AOP entries numbered 2 through 5 and 7 through 9.

The AOP CLEAR command clears all entries of the AOP list.

The AOP ADD and AOP DEL commands are limited to SOPs or above, while the AOP CLEAR command can only be used by the channel founder. However, any user on the
AOP list may use the AOP LIST command.

This command may have been disabled for your channel, and in that case you need to use the access list. See /msg ChanServ HELP ACCESS for information about the access list, and /msg ChanServ HELP SET XOP to know how to toggle between the access list and xOP list systems.
 

 


Syntax : SOP channel ADD nick


SOP channel DEL {nick | entry-num | list}
SOP channel LIST [mask | list]
SOP channel CLEAR

Maintains the SOP (SuperOP) list for a channel. The SOP list gives users all rights given by the AOP list, and adds those needed to use the AutoKick and the BadWords lists, to send and read channel memos, and so on.

The SOP ADD command adds the given nickname to the SOP list.

The SOP DEL command removes the given nick from the SOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The SOP LIST command displays the SOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown;

For example:
 

SOP #channel LIST 2-5,7-9 Lists AOP entries numbered 2 through 5 and 7 through 9.

The SOP CLEAR command clears all entries of the SOP list.

The SOP ADD, SOP DEL and SOP CLEAR commands are limited to the channel founder. However, any user on the AOP list may use the SOP LIST command.

This command may have been disabled for your channel, and in that case you need to use the access list. See /msg ChanServ HELP ACCESS for information about the access list, and /msg ChanServ HELP SET XOP to know how to toggle between the access list and xOP list systems.


 


Syntax : VOP channel ADD nick


VOP channel DEL {nick | entry-num | list}
VOP channel LIST [mask | list]
VOP channel CLEAR

Maintains the VOP (VOicePeople) list for a channel.The VOP list allows users to be auto-voiced and to voice themselves if they aren't.

The VOP ADD command adds the given nickname to the VOP list.

The VOP DEL command removes the given nick from the VOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The VOP LIST command displays the VOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown;

For example:
 

VOP #channel LIST 2-5,7-9 Lists VOP entries numbered 2 through 5 and 7 through 9.

The VOP CLEAR command clears all entries of the VOP list.

The VOP ADD, VOP DEL and VOP LIST commands are limited to AOPs or above, while the VOP CLEAR command can only be used by the channel founder.

This command may have been disabled for your channel, and in that case you need to use the access list. See /msg ChanServ HELP ACCESS for information about the access list, and /msg ChanServ HELP SET XOP to know how to toggle between the access list and xOP list systems.

 


Syntax : HOP channel ADD nick


HOP channel DEL {nick | entry-num | list}
HOP channel LIST [mask | list]
HOP channel CLEAR

Maintains the HOP (HalfOP) list for a channel. The HOP list gives users the right to be auto-halfopped on your channel.

The HOP ADD command adds the given nickname to the HOP list.

The HOP DEL command removes the given nick from the HOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The HOP LIST command displays the HOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown;

For example:
 

HOP #channel LIST 2-5,7-9 Lists HOP entries numbered 2 through 5 and 7 through 9.

The HOP CLEAR command clears all entries of the HOP list.

The HOP ADD, HOP DEL and HOP LIST commands are limited to AOPs or above, while the HOP CLEAR command can only be used by the channel founder.

This command may have been disabled for your channel, and in that case you need to use the access list. See  /msg ChanServ HELP ACCESS for information about the access list, and /msg ChanServ HELP SET XOP to know how to toggle between the access list and xOP list systems.

 


Syntax: ACCESS channel ADD nick level


ACCESS channel DEL {nick | entry-num | list}
ACCESS channel LIST [mask | list]
ACCESS channel CLEAR

Maintains the access list for a channel. The access list specifies which users are allowed chanop status or access to ChanServ commands on the channel. Different user levels allow for access to different subsets of privileges; /msg ChanServ HELP ACCESS LEVELS for more specific information. Any nick not on the access list has a user level of 0.

The ACCESS ADD command adds the given nickname to the access list with the given user level; if the nick is already present on the list, its access level is changed to the level specified in the command. The level specified must be less than that of the user giving the command, and if the nick is already on the access list, the current access level of that nick must be less than the access level of the user giving the command.

The ACCESS DEL command removes the given nick from the access list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The ACCESS LIST command displays the access list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given,
only those entries are shown;

For example:
 

ACCESS #channel LIST 2-5,7-9 Lists access entries numbered 2 through 5 and
7 through 9.

The ACCESS CLEAR command clears all entries of the access list.

 


Syntax: LEVELS channel SET type level


LEVELS channel {DIS | DISABLE} type
LEVELS channel LIST
LEVELS channel RESET

The LEVELS command allows fine control over the meaning ofthe numeric access levels used for channels. With this command, you can define the access level required for most
of ChanServ's functions. (The SET FOUNDER and SET PASSWORD commands, as well as this command, are always restricted to the channel founder.)

LEVELS SET allows the access level for a function or group of functions to be changed. LEVELS DISABLE (or DIS for short) disables an automatic feature or disallows access to a
function by anyone other than the channel founder. LEVELS LIST shows the current levels for each function or group of functions. LEVELS RESET resets the levels to the default levels of a newly-created channel (see HELP ACCESS LEVELS).

For a list of the features and functions whose levels can be set, see HELP LEVELS DESC:

ACC-LIST Allowed to view the access list
ACC-CHANGE Allowed to modify the access list
AKICK Allowed to use AKICK command
SET Allowed to use SET command (not FOUNDER/PASSWORD)
BAN Allowed to use BAN command
BANME Allowed to ban him/herself
CLEAR Allowed to use CLEAR command
GETKEY Allowed to use GETKEY command
HALFOP Allowed to use HALFOP/DEHALFOP commands
HALFOPME Allowed to (de)halfop him/herself
INFO Allowed to use INFO command with ALL option
KICK Allowed to use KICK command
KICKME Allowed to kick him/herself
INVITE Allowed to use INVITE command
OPDEOP Allowed to use OP/DEOP commands
OPDEOPME Allowed to (de)op him/herself
PROTECT Allowed to use PROTECT/DEPROTECT commands
PROTECTME Allowed to (de)protect him/herself
TOPIC Allowed to use TOPIC command
UNBAN Allowed to use UNBAN command
VOICE Allowed to use VOICE/DEVOICE commands
VOICEME Allowed to (de)voice him/herself
MEMO Allowed to list/read channel memos
ASSIGN Allowed to assign/unassign a bot
BADWORDS Allowed to use BADWORDS command
FANTASIA Allowed to use fantaisist commands
GREET Greet message displayed
NOKICK Never kicked by the bot's kickers
SAY Allowed to use SAY and ACT commands
 

Syntax: OP [#channel [nick]]

Ops a selected nick on a channel. If nick is not given, it will op you. If channel and nick are not given, it will op you on all channels you're on, provided you have the rights to.

By default, limited to AOPs or those with level 5 access and above on the channel.

 


Syntax: HALFOP [#channel [nick]]

Halfops a selected nick on a channel. If nick is not given, it will halfop you. If channel and nick are not given, it will halfop you on all channels you're on, provided you have the rights to.

By default, limited to AOPs and those with level 5 access and above on the channel, or to HOPs or those with level 4 and above for self half opping.

 


Syntax: TOPIC channel [topic]

Causes ChanServ to set the channel topic to the one specified. If topic is not given, then an empty topic is set. This command is most useful in conjunction with SET TOPICLOCK. See /msg ChanServ HELP SET TOPICLOCK for more information.

By default, limited to those with founder access on the channel.
 


Syntax: OWNER [#channel]

Gives you owner status on channel. If channel is not given, it will give you owner status on all channels you're on, provided you have the rights to.

Limited to those with founder access on the channel.

 


Syntax: PROTECT [#channel [nick]]

Protects a selected nick on a channel. If nick is not given, it will protect you. If channel and nick are not given, it will protect you on all channels you're on, provided you have the rights to.

By default, limited to the founder, or to SOPs or those with level 10 and above on the channel for self protecting.
 


 

MEMOSERV


MemoServ is a utility allowing IRC users to send short messages to other IRC users, whether they are online at the time or not, or to channels(*). Both the sender's nickname and the target nickname or channel must be registered in order to send a memo.

MemoServ's commands include:

SEND Send a memo to a nick or channel
CANCEL Cancel last memo you sent
LIST List your memos
READ Read a memo or memos
DEL Delete a memo or memos
SET Set options related to memos

Type /msg MemoServ HELP command for help on any of the above commands.

(*) By default, any user with at least level 10 access on a channel can read that channel's memos. This can be changed with the ChanServ LEVELS command.

 


 

BOTSERV

 

BotServ Introduction

Bot Services (BotServ) allows you to have a bot on your own channel. It has been created for users that can't host or configure a bot, or for use on networks that don't allow users' bot. The following three methods are acceptable formats for sending commands to BotServ;

BotServ's commands include:

HELP Display Command Syntax and Description on Available Commands
BOTLIST Lists all available bots on the network for the "assign" command
ASSIGN Assigns a bot to a channel
SET Configures bot options
KICK Configures kickers
BADWORDS Maintains bad words list

Other commands: ACT INFO SAY UNASSIGN

Note: Bot will only join a channel whenever there is at least 1 (one) user on it.

Syntax: BotServ ASSIGN chan nick


Assigns a bot pointed out by nick to the channel chan. You can then configure the bot for the channel so it fits your needs.


 

Syntax: BotServ SET channel option parameters
 

Configures bot options. option can be one of:

DONTKICKOPS To protect ops against bot kicks
DONTKICKVOICES To protect voices against bot kicks
GREET Enable greet messages
FANTASY Enable channel commands such as !op !deop !voice !kick !seen
SYMBIOSIS Allow the bot to act as a real bot like ChanServ

Type /msg BotServ HELP SET option for more information on a specific option.
Note: access to this command is controlled by the level SET.

 

Syntax: BotServ SET channel DONTKICKOPS {ON|OFF}


Enables or disables ops protection mode on a channel. When it is enabled, ops won't be kicked by the bot even if they don't match the NOKICK level.

 

Syntax: BotServ SET channel DONTKICKVOICES {ON|OFF}


Enables or disables voices protection mode on a channel. When it is enabled, voices won't be kicked by the bot even if they don't match the NOKICK level.


 

Syntax: BotServ SET channel GREET {ON|OFF}
 

Enables or disables greet mode on a channel. When it is enabled, the bot will display greet messages of users joining the channel, provided they have enough access to the channel.


 

Syntax: BotServ SET channel FANTASY {ON|OFF}
 

Enables or disables fantasy mode on a channel. When it is enabled, users will be able to use commands !op, !deop, !halfops, !voice, !devoice, !kick, !kb, !unban, !seen on a channel (find how to use them; try with or without nick for each, and with a reason for some).

Note that users wanting to use fantasist commands MUST have enough level for both the FANTASIA and another level depending of the command if required (for example, to use !op, user must have enough access for the OPDEOP level).


 

Syntax: BotServ SET channel SYMBIOSIS {ON|OFF}
 

Enables or disables symbiosis mode on a channel. When it is enabled, the bot will do everything normally as ChanServ bot.

Syntax: BotServ KICK channel option parameters


Configures bot kickers. option can be one of:

BOLDS Sets if the bot kicks bolds
BADWORDS Sets if the bot kicks bad words
CAPS Sets if the bot kicks caps
COLORS Sets if the bot kicks colors
FLOOD Sets if the bot kicks flooding users
REPEAT Sets if the bot kicks users who repeat themselves
REVERSES Sets if the bot kicks reverses
UNDERLINES Sets if the bot kicks underlines

Type /msg BotServ HELP KICK option for more information on a specific option.
Note: access to this command is controlled by the level SET.

 

Syntax: BotServ KICK channel BOLDS {ON|OFF} [ttb]
 

Sets the bolds kicker on or off. When enabled, this option tells the bot to kick users who use bolds. ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.


 

Syntax: BotServ KICK #channel BADWORDS {ON|OFF} [ttb]
 

Sets the bad words kicker on or off. When enabled, this option tells the bot to kick users who say certain words on the channels. You can define bad words for your channel using the BADWORDS command. Type /msg BotServ HELP BADWORDS for more information. ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.

 

Syntax: BotServ KICK channel CAPS {ON|OFF} [ttb [min [percent]]]
 

Sets the caps kicker on or off. When enabled, this option tells the bot to kick users who are talking in CAPS. The bot kicks only if there are at least min caps and they constitute at least percent% of the total text line (if not given, it defaults to 10 characters and 25%). ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.

 

Syntax: BotServ KICK channel COLORS {ON|OFF} [ttb]

Sets the colors kicker on or off. When enabled, this option tells the bot to kick users who use colors. ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.


 

Syntax: BotServ KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]
 

Sets the flood kicker on or off. When enabled, this option tells the bot to kick users who are flooding the channel using at least ln lines in secs seconds (if not given, it defaults to 6 lines in 10 seconds). ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.

 

Syntax: BotServ KICK #channel REPEAT {ON|OFF} [ttb [num]]
 

Sets the repeat kicker on or off. When enabled, this option tells the bot to kick users who are repeating themselves num times (if num is not given, it defaults to 3). ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.


 

Syntax: BotServ KICK channel REVERSES {ON|OFF} [ttb]
 

Sets the reverses kicker on or off. When enabled, this option tells the bot to kick users who use reverses. ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.

 

Syntax: BotServ KICK channel UNDERLINES {ON|OFF} [ttb]


Sets the underlines kicker on or off. When enabled, this option tells the bot to kick users who use underlines. ttb is the number of times an user can be kicked before it get banned. Don't give ttb to disable the ban system once activated.

Syntax: BotServ BADWORDS channel ADD word [SINGLE | START | END]
    DEL {word | entry-num | list}
    LIST [mask | list]
    CLEAR


These commands maintain the bad words list for a channel. The bad words list determines which words are to be kicked when the bad words kicker is enabled. For more information, type /msg BotServ HELP KICK BADWORDS.

The BADWORDS ADD command adds the given word to the badword list. If SINGLE is specified, a kick will be done only if an user says the entire word. If START is specified, a kick will be done if an user says a word that starts with word. If END is specified, a kick will be done if an user says a word that ends with word. If you don't specify anything, a kick will be issued every time word is said by an user.

The BADWORDS DEL command removes the given word from the bad words list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The BADWORDS LIST command displays the bad words list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown; for example:

BADWORDS #channel LIST 2-5,7-9
Lists bad words entries numbered 2 through 5 and 7 through 9.

The BADWORDS CLEAR command clears all entries of the bad words list.

IrcMuslim ®