|
BotServ:SET
From EScriptIRC, The IRC-related documentation wiki
Syntax: /msg BotServ SET (channel | bot) 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 fantaisist commands SYMBIOSIS Allow the bot to act as a real bot
Note: access to this command is controlled by the level SET.
These options are reserved to Services admins:
NOBOT Prevent a bot from being assigned to a channel PRIVATE Prevent a bot from being assigned by non IRC operators
SET DONKICKOPS
Syntax: /msg 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.
SET DONTKICKVOICES
Syntax: /msg 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.
SET GREET
Syntax: /msg 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.
SET FANTASY
Syntax: /msg 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, !voice, !devoice,
!kick, !kb, !unban, !seen
and others on a channel.
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).
Back to BotServ commands.