diff --git a/plugins/Network.py b/plugins/Network.py index 7d18d1ab1..f3975646e 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -90,7 +90,8 @@ class Network(callbacks.Privmsg): 'already registered.') return Owner = irc.getCallback('Owner') - newIrc = Owner._connect(network, serverPort=serverPort) + newIrc = Owner._connect(network, serverPort=serverPort, + password=password) conf.supybot.networks().add(network) assert newIrc.callbacks is irc.callbacks, 'callbacks list is different' irc.replySuccess('Connection to %s initiated.' % network)