Line length, people :)

This commit is contained in:
Jeremy Fincher 2005-01-07 15:48:18 +00:00
parent 3d109b5f37
commit acb04cc081

View File

@ -110,7 +110,8 @@ class Network(callbacks.Privmsg):
otherIrc.die()
conf.supybot.networks().discard(otherIrc.network)
if otherIrc != irc:
irc.replySuccess('Disconnection to %s initiated.' % otherIrc.network)
irc.replySuccess('Disconnection to %s initiated.' %
otherIrc.network)
disconnect = wrap(disconnect, ['owner', 'networkIrc', additional('text')])
def reconnect(self, irc, msg, args, otherIrc, quitMsg):