From b0f12ac0c5ca64fb58140ff34b3752b1e439fb44 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 30 Sep 2004 22:48:54 +0000 Subject: [PATCH] Quit should noReply. --- src/Owner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Owner.py b/src/Owner.py index a1c5b938f..70246971d 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -502,6 +502,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): text = privmsgs.getArgs(args, required=0, optional=1) if not text: text = msg.nick + irc.noReply() m = ircmsgs.quit(text) world.upkeep() for irc in world.ircs[:]: