From 3598a0ac285dface71147c492f6147575c50f71a Mon Sep 17 00:00:00 2001
From: James Vega <jamessan@users.sourceforge.net>
Date: Thu, 6 Jan 2005 02:59:35 +0000
Subject: [PATCH] Add a couple irc.noReply calls.  Thanks to Infobot for
 spotting these.

---
 src/Owner.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Owner.py b/src/Owner.py
index a78748ad6..30ae262a3 100644
--- a/src/Owner.py
+++ b/src/Owner.py
@@ -378,6 +378,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
             c = ircdb.channels.getChannel(channel)
             if not c.lobotomized:
                 irc.queueMsg(ircmsgs.privmsg(channel, text))
+        irc.noReply()
     announce = wrap(announce, ['text'])
 
     def defaultplugin(self, irc, msg, args, optlist, command, plugin):
@@ -427,6 +428,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
             irc.error(utils.exnToString(e))
         else:
             irc.queueMsg(m)
+            irc.noReply()
     ircquote = wrap(ircquote, ['text'])
 
     def quit(self, irc, msg, args, text):