mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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
|
||||
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.die()
|
||||
conf.supybot.networks().discard(network)
|
||||
|
Loading…
Reference in New Issue
Block a user