mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Updated to allow multiple servers.
This commit is contained in:
parent
2336af5525
commit
c5325dc18c
@ -310,7 +310,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
port = 6667
|
port = 6667
|
||||||
server = ':'.join([serverString, str(port)])
|
server = ':'.join([serverString, str(port)])
|
||||||
network.server.setValue(server)
|
network.servers.setValue([server])
|
||||||
|
|
||||||
# conf.supybot.nick
|
# conf.supybot.nick
|
||||||
# Force the user into specifying a nick if he didn't have one already
|
# Force the user into specifying a nick if he didn't have one already
|
||||||
|
Loading…
Reference in New Issue
Block a user