mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59: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:
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user