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)
|
network.channels.set(channels)
|
||||||
break
|
break
|
||||||
except registry.InvalidRegistryValue, e:
|
except registry.InvalidRegistryValue, e:
|
||||||
output("""%s is an invalid IRC channel. Be sure to prefix the
|
output(""""%s" is an invalid IRC channel. Be sure to prefix
|
||||||
channel with # (or +, or !, or &, but no one uses those
|
the channel with # (or +, or !, or &, but no one uses those
|
||||||
channels, really). Be sure the channel key (if you are
|
channels, really). Be sure the channel key (if you are
|
||||||
supplying one) does not contain a comma.""" % e.channel)
|
supplying one) does not contain a comma.""" % e.channel)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user