supybot-wizard: Use chat. instead of irc.freenode.net

This commit is contained in:
nyuszika7h 2014-05-17 09:33:40 +02:00
parent fc8493ad8a
commit 5a1398893d

View File

@ -351,8 +351,9 @@ def main():
while not network: while not network:
output("""First, we need to know the name of the network you'd like to 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 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 network. If you plan to connect to chat.freenode.net, for instance,
should answer this question with 'freenode' (without the quotes).""") you should answer this question with 'freenode' (without the quotes).
""")
network = something('What IRC network will you be connecting to?') network = something('What IRC network will you be connecting to?')
if '.' in network: if '.' in network:
output("""There shouldn't be a '.' in the network name. Remember, output("""There shouldn't be a '.' in the network name. Remember,