mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Line length, people :)
This commit is contained in:
parent
3d109b5f37
commit
acb04cc081
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user