From 3848ca4aa57f53d8e3e9d2f6fc111ed2caeb74b0 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 8 Sep 2004 23:23:25 +0000 Subject: [PATCH] fix another irc.queueMsg -> irc.reply where we needed prefixName=False --- plugins/QuoteGrabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/QuoteGrabs.py b/plugins/QuoteGrabs.py index 06d909d2e..2ece7e510 100644 --- a/plugins/QuoteGrabs.py +++ b/plugins/QuoteGrabs.py @@ -154,7 +154,7 @@ class QuoteGrabs(plugins.ChannelDBHandler, callbacks.Privmsg): def _sendGrabMsg(self, irc, msg): s = 'jots down a new quote for %s' % msg.nick - irc.reply(s, action=True) + irc.reply(s, action=True, prefixName=False) def grab(self, irc, msg, args): """[]