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 ~!@#$%^&*()_-+=[{}]\\|'\";:,<.>/?"""