Erroneous message (or so jamessan says ;))

This commit is contained in:
Jeremy Fincher 2004-08-29 06:19:31 +00:00
parent 32b3bce635
commit 04ae1b900f
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
newIrc = self._connect(network, serverPort=serverPort)
conf.supybot.networks().add(network)
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):
"""<network> [<quit message>]