mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Line length, people :)
This commit is contained in:
parent
3d109b5f37
commit
acb04cc081
@ -110,7 +110,8 @@ class Network(callbacks.Privmsg):
|
|||||||
otherIrc.die()
|
otherIrc.die()
|
||||||
conf.supybot.networks().discard(otherIrc.network)
|
conf.supybot.networks().discard(otherIrc.network)
|
||||||
if otherIrc != irc:
|
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')])
|
disconnect = wrap(disconnect, ['owner', 'networkIrc', additional('text')])
|
||||||
|
|
||||||
def reconnect(self, irc, msg, args, otherIrc, quitMsg):
|
def reconnect(self, irc, msg, args, otherIrc, quitMsg):
|
||||||
|
Loading…
Reference in New Issue
Block a user