Removed the default channel of #supybot.

This commit is contained in:
Jeremy Fincher 2004-08-10 21:35:53 +00:00
parent 7913e880ce
commit c16bfcb371
1 changed files with 2 additions and 2 deletions

View File

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