mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
fix another irc.queueMsg -> irc.reply where we needed prefixName=False
This commit is contained in:
parent
383f40e55a
commit
3848ca4aa5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user