mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
supybot-wizard: Use chat. instead of irc.freenode.net
This commit is contained in:
parent
fc8493ad8a
commit
5a1398893d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user