mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Erroneous message (or so jamessan says ;))
This commit is contained in:
parent
32b3bce635
commit
04ae1b900f
@ -825,7 +825,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
newIrc = self._connect(network, serverPort=serverPort)
|
newIrc = self._connect(network, serverPort=serverPort)
|
||||||
conf.supybot.networks().add(network)
|
conf.supybot.networks().add(network)
|
||||||
assert newIrc.callbacks is irc.callbacks, 'callbacks list is different'
|
assert newIrc.callbacks is irc.callbacks, 'callbacks list is different'
|
||||||
irc.replySuccess()
|
irc.replySuccess('Connection to %s initiated.' % network)
|
||||||
|
|
||||||
def disconnect(self, irc, msg, args):
|
def disconnect(self, irc, msg, args):
|
||||||
"""<network> [<quit message>]
|
"""<network> [<quit message>]
|
||||||
|
Loading…
Reference in New Issue
Block a user