How do I prevent my Supybot from responding in a given channel?
This how-to will describe how to configure your Supybot such that it responds to no one (not even the Owner) in the given channel.
A normal lobotomy just silences the bot from responding to average users. The bot will still respond to users if they have owner capability, though. The following commands will completely silence the bot in that channel:
config channel #yourchannel supybot.reply.whenAddressedBy.chars "" config channel #yourchannel supybot.reply.whenAddressedBy.strings "" config channel #yourchannel supybot.reply.whenAddressedBy.nicks "" config channel #yourchannel supybot.reply.whenAddressedBy.nick off
This How-to applies to: Any version.