mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
changed factoids to use irc.reply(..., action=True) instead of queueMsg
This commit is contained in:
parent
526c4c3e56
commit
0de26afa99
@ -203,7 +203,7 @@ class MoobotFactoids(callbacks.PrivmsgCommandAndRegexp):
|
||||
# Now actually get the factoid and respond accordingly
|
||||
(type, text) = self.parseFactoid(irc, msg, fact)
|
||||
if type == "action":
|
||||
irc.queueMsg(ircmsgs.action(ircutils.replyTo(msg), text))
|
||||
irc.reply(msg, text, action=True)
|
||||
elif type == "reply":
|
||||
irc.reply(msg, text, prefixName=False)
|
||||
elif type == "define":
|
||||
|
Loading…
Reference in New Issue
Block a user