From 5a1398893d4aa704bd527d0851618de285177985 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 17 May 2014 09:33:40 +0200 Subject: [PATCH] supybot-wizard: Use chat. instead of irc.freenode.net --- scripts/supybot-wizard | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 25c09e08c..8e8e4cf93 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -351,8 +351,9 @@ def main(): while not network: output("""First, we need to know the name of the network you'd like to connect to. Not the server host, mind you, but the name of the - network. If you plan to connect to irc.freenode.net, for instance, you - should answer this question with 'freenode' (without the quotes).""") + network. If you plan to connect to chat.freenode.net, for instance, + you should answer this question with 'freenode' (without the quotes). + """) network = something('What IRC network will you be connecting to?') if '.' in network: output("""There shouldn't be a '.' in the network name. Remember,