From ca41962974a26baaba1800c7e4ef0911e2802b2c Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 4 Apr 2005 05:26:44 +0000 Subject: [PATCH] Quote the bad channel. --- scripts/supybot-wizard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 4279bb8e6..8384e8f09 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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: