From c16bfcb371bf2df6cb6a50f77f75f9b1c22d1c7d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 10 Aug 2004 21:35:53 +0000 Subject: [PATCH] Removed the default channel of #supybot. --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 327fbcd3d..5578f6b2e 100644 --- a/src/conf.py +++ b/src/conf.py @@ -227,8 +227,8 @@ for (name, s) in registry._cache.iteritems(): registerGlobalValue(supybot, 'channels', - SpaceSeparatedSetOfChannels(['#supybot'], """Determines what channels the - bot will join when it connects to the server.""")) + SpaceSeparatedSetOfChannels([], """Determines what channels the bot will + join when it connects to the server.""")) class ValidPrefixChars(registry.String): """Value must contain only ~!@#$%^&*()_-+=[{}]\\|'\";:,<.>/?"""