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