Skip to content

BotServ:BOT

Austin Ellis edited this page Jun 12, 2016 · 1 revision

BotServ BOT

Allows Services Operators 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 [ [ []]] Syntax: ``BOT DEL

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

Clone this wiki locally