fix another irc.queueMsg -> irc.reply where we needed prefixName=False

This commit is contained in:
James Vega 2004-09-08 23:23:25 +00:00
parent 383f40e55a
commit 3848ca4aa5

View File

@ -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):
"""[<channel>] <nick>