mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Forgot a noReply.
This commit is contained in:
parent
66282cdc1e
commit
ddb914aa71
@ -275,6 +275,8 @@ class Admin(privmsgs.CapabilityCheckingPrivmsg):
|
||||
inAtLeastOneChannel = True
|
||||
if not inAtLeastOneChannel:
|
||||
irc.replySuccess()
|
||||
else:
|
||||
irc.noReply()
|
||||
|
||||
def addcapability(self, irc, msg, args, user, capability):
|
||||
"""<name|hostmask> <capability>
|
||||
|
Loading…
Reference in New Issue
Block a user