mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Quote the bad channel.
This commit is contained in:
parent
d0fadee9f6
commit
ca41962974
@ -421,8 +421,8 @@ def main():
|
||||
network.channels.set(channels)
|
||||
break
|
||||
except registry.InvalidRegistryValue, e:
|
||||
output("""%s is an invalid IRC channel. Be sure to prefix the
|
||||
channel with # (or +, or !, or &, but no one uses those
|
||||
output(""""%s" is an invalid IRC channel. Be sure to prefix
|
||||
the channel with # (or +, or !, or &, but no one uses those
|
||||
channels, really). Be sure the channel key (if you are
|
||||
supplying one) does not contain a comma.""" % e.channel)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user