Makes the bot do the equivalent of a "/me" command on the given channel using the given text.
Syntax: ACT <chan> <text>
Examples:
/msg BotServ ACT #help yawns!
ASSIGN
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: ASSIGN <chan> <nick>
Examples:
/msg BotServ ASSIGN #help Security
BOT
Allows opers to create, modify, and delete bots that users will be able to use on their own channels.
BOT ADD adds a bot with the given nickname, username, hostname and realname. Since no integrity checks are done for these settings, be careful.
BOT CHANGE allows you to change nickname, username, hostname or realname of a bot without actually deleting it (and all the data associated with it).
BOT DEL removes the given bot from the bot list.
Note: you cannot create a bot that has a nick that is currently registered. If an unregistered user is currently using the nick, they will be killed.
Syntax: BOT ADD <nick> <user> <host> <real>
Syntax: BOT CHANGE <oldnick> <newnick> [<user> [<host> [<real>]]]
Syntax: BOT DEL <nick>
Examples:
/msg BotServ BOT ADD Security Security security.example.net Security
/msg BotServ BOT CHANGE Security NetBot NetBot Services.Example.Net MyNet
/msg BotServ BOT DEL Security
BOTLIST
Lists all available bots on this network.
Syntax: BOTLIST
Examples:
/msg BotServ BOTLIST
INFO
INFO allows you to see BotServ information about a channel or a bot.
Syntax: INFO <#channel|botnick>
SAY
Makes the bot say the given text on the given channel.
Syntax: SAY <chan> <text>
Examples:
/msg BotServ SAY #help Welcome to #help!
SET FANTASY
Enables or disables fantasy mode on a channel. When it is enabled, users will be able to use all chanserv commands like !op, !deop, !voice, !devoice, !kick, !kb, !unban, !akick, !info on a channel.
Syntax: SET <#channel> FANTASY {ON|OFF}
Examples:
/msg BotServ SET #help FANTASY ON
SET NOBOT
This option makes a channel be unassignable. If a bot is already assigned to the channel, it is unassigned automatically when you enable the option.
Syntax: SET <#channel> NOBOT {ON|OFF}
Examples:
/msg BotServ SET #help NOBOT ON
SET PRIVATE
This option prevents a bot from being assigned to a channel by users that do not have chan:admin privilege.
Syntax: SET <botnick> PRIVATE {ON|OFF}
Examples:
/msg BotServ SET Security PRIVATE 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 having to reconfigure it entirely.
Syntax: UNASSIGN <chan>
Examples:
/msg BotServ UNASSIGN #help