Remove #supybot as a suggested channel. #supybot-bots is better.

This commit is contained in:
James Vega 2005-02-01 23:22:02 +00:00
parent bc9f0ee39e
commit ff45b55428
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ def main():
output("""Separate channels with spaces. If the channel is locked output("""Separate channels with spaces. If the channel is locked
with a key, follow the channel name with the key separated with a key, follow the channel name with the key separated
by a comma. For example: by a comma. For example:
#supybot #mychannel,mykey #otherchannel"""); #supybot-bots #mychannel,mykey #otherchannel""");
while True: while True:
channels = something('What channels?', default=defaultChannels) channels = something('What channels?', default=defaultChannels)
try: try: