mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-01 07:04:06 +01:00
Add a couple irc.noReply calls. Thanks to Infobot for spotting these.
This commit is contained in:
parent
63dc27905b
commit
3598a0ac28
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user