mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Updated the wizard to specify which join it's using.
This commit is contained in:
parent
72402b98c7
commit
cc41299e10
@ -334,7 +334,7 @@ def main():
|
|||||||
prefix the channel with # (or +, or !, or &, but no one uses those
|
prefix the channel with # (or +, or !, or &, but no one uses those
|
||||||
channels, really).""")
|
channels, really).""")
|
||||||
channels = something('What channels?')
|
channels = something('What channels?')
|
||||||
afterConnect.append('join %s' % channels)
|
afterConnect.append('admin join %s' % channels)
|
||||||
|
|
||||||
###
|
###
|
||||||
# Plugins
|
# Plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user