mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fix bug #1082278, forgot parens.
This commit is contained in:
parent
9f84f150b7
commit
3679b28e57
@ -102,7 +102,7 @@ class Network(callbacks.Privmsg):
|
|||||||
message. <network> is only necessary if the network is different
|
message. <network> is only necessary if the network is different
|
||||||
from the network the command is sent on.
|
from the network the command is sent on.
|
||||||
"""
|
"""
|
||||||
quitMsg = quitMsg or conf.supybot.plugins.Owner.quitMsg or msg.nick
|
quitMsg = quitMsg or conf.supybot.plugins.Owner.quitMsg() or msg.nick
|
||||||
otherIrc.queueMsg(ircmsgs.quit(quitMsg))
|
otherIrc.queueMsg(ircmsgs.quit(quitMsg))
|
||||||
otherIrc.die()
|
otherIrc.die()
|
||||||
conf.supybot.networks().discard(network)
|
conf.supybot.networks().discard(network)
|
||||||
|
Loading…
Reference in New Issue
Block a user