diff --git a/plugins/Network.py b/plugins/Network.py index 627f0ff1d..2d8242910 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -102,7 +102,7 @@ class Network(callbacks.Privmsg): message. 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)