Updated the wizard to specify which join it's using.

This commit is contained in:
Jeremy Fincher 2003-10-21 07:25:44 +00:00
parent 72402b98c7
commit cc41299e10
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ def main():
prefix the channel with # (or +, or !, or &, but no one uses those
channels, really).""")
channels = something('What channels?')
afterConnect.append('join %s' % channels)
afterConnect.append('admin join %s' % channels)
###
# Plugins