Channel Specific Configuration
So you want the bot to behave differently in different channels?
ali
A description of the basics involved in configuring your Supybot.
Page
7
of
9.
Many configuration variables can be specific to individual channels. The Config plugin provides an easy way to configure something for a specific channel; for instance, in order to set the prefix chars for a specific channel, do this in that channel:
config channel supybot.reply.whenAddressedBy.chars !
That'll set the prefix chars in the channel that message is sent in to !. Voila, channel-specific values! Also, note that when using the Config plugin's list command, channel-specific values are preceded by a # character to indicate such.