- DONTKICKOPS - To protect ops against bot kicks. 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.
/msg botserv set #channel dontkickops on
/msg botserv set #channel dontkickops off [back to top]
- DONTKICKVOICES - To protect voices against bot kicks. 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.
/msg botserv set #channel dontkickvoices on
/msg botserv set #channel dontkickvoices off [back to top]
- GREET - 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.
- FANTASY - Enables or disables fantasy mode on a channel. When it is enabled, users will be able to use commands !op, !deop, !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 fantaisist 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).
- SYMBIOSIS - Allow the bot to act as a real bot. Enables or disables symbiosis mode on a channel. When it is enabled, the bot will do everything normally done by ChanServ on channels, such as MODEs, KICKs, and even the entry message.
/msg botserv set #channel symbiosis on
/msg botserv set #channel symbiosis off [back to top]
-BOLDS - Sets if the bot kicks bolds. 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.
/msg botserv kick #channel bolds on
/msg botserv kick #channel bolds on 5 (This will ban the user after 5 kicks for using bold in the channel)
- BADWORDS - Sets the bad words kicker on or off. When enabled, this option tells the bot to kick users who say certain wordsin the channels. You can define bad words for your channel using the BADWORDS command.
/msg botserv kick #channel badwords on
/msg botserv kick #channel badwords on 5 (This will ban the user after 5 kicks for using badwords in the channel)
/msg botserv kick #channel badwords off [back to top]
- CAPS - 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%).
/msg botserv kick #channel caps on
/msg botserv kick #channel caps on 5 25 (Sets to ban after 5 caps offences in the channel with 25 characters and 25% of the message)
/msg botserv kick #channel caps on 5 10 5 (Sets to ban after 5 caps offences in the channel with 5 characters and 10% of the message)
- FLOOD - Sets if the bot kicks flooding users. 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).
/msg botserv kick #channel flood on
/msg botserv kick #channel flood on 5 5 1 (This will set to ban after 5 offences in the channel with flood of 5 lines in 1 second)
- REPEAT - Sets if the bot kicks users who repeat themselves. 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).
/msg botserv kick #channel repeat on
/msg botserv kick #channel repeat on 5 10 (Sets to ban after 5 kicks when repeating 10 times each offence)
- REVERSES - Sets if the bot kicks reverses. Sets the reverses kicker on or off. When enabled, this option tells the bot to kick users who use reverses.
/msg botserv kick #channel reverses on
/msg botserv kick #channel reverses on 5 (This tells botserv to ban the user after 5 kicks)
/msg botserv kick #channel reverses off [back to top]
- UNDERLINES - Sets if the bot kicks underlines. Sets the underlines kicker on or off. When enabled, this option tells the bot to kick users who use underlines.
/msg botserv kick #channel underlines on
/msg botserv kick #channel underlines on 5 (This tells botserv to ban the user after 5 kicks)
/msg botserv kick #channel underlines off [back to top]
BADWORDS - Maintains 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. /msg botserv badwords #channel add word single (A kick will be done only if a user says the entire word)
/msg botserv badwords #channel add word start (A kick will be done if a user says a word that starts with word)
/msg botserv badwords #channel add word end (A kick will be done if a user says a word that ends with word)
/msg botserv badwords #channel del word (Deletes the word from the badword list)
/msg botserv badwords #channel list (Lists the whole badword list)
/msg botserv badwords #channel list 1-5 (Lists numbers 1 to 5 in the badwords list)
/msg botserv badwords #channel clear (Clears the badwords list completely) [back to top]
ACT - Makes the bot do the equivalent of a "/me" command on the given channel using the given text.
INFO - Allows you to see BotServ information about a channel or a bot.If the parameter is a channel, then you'll get information such as enabled kickers. If the parameter is a nick, you'll get information about a bot, such as creation time or number of channels it is on.
UNASSIGN - Unassigns a bot from a channel. When you use this command,the bot won't join the channel anymore. However, bot configuration for the channel is kept, so you will always be able to reassign a bot later without have to reconfigure it entirely. Channel founders only.
REQUEST - Sends a request for a new bot to be made, all requests are activated by an authorized operator. This command is custom to Abjects.
/msg botserv request #channel flag nick ident vhost gecos (e.g /msg botserv request #mychannel 1 BotNick bot I.Am.A.Bot My Real Name (The 1 flag specifies you want the bot to be private, 0 will make it public, if you do not specify a flag the bot is made public automatically) [back to top]
CANCEL - Allows a user to remove their request for a channel bot.