From 3a949e420a2ec67d555a035381af7546d33a40ae Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 13 Aug 2004 03:31:45 +0000 Subject: [PATCH] Blech. Totally not literary. --- docs/CONFIGURATION | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CONFIGURATION b/docs/CONFIGURATION index 02780d294..7c9f2d3cc 100644 --- a/docs/CONFIGURATION +++ b/docs/CONFIGURATION @@ -184,5 +184,15 @@ but before you reload your changes, you could lose the changes you made. To prevent this, set the supybot.flush value to Off, and no automatic flushing will occur. +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 prefixChar for a +specific channel, do this in that channel: + +config channel supybot.prefixChars ! + +That'll set the prefixChar in the channel that message is sent in to +!. Voila, channel-specific values! + Anyway, that's about it for configuration. Have fun, and enjoy your configurable bot!