diff --git a/plugins/opercmds.py b/plugins/opercmds.py index f5cd492..adab9e7 100644 --- a/plugins/opercmds.py +++ b/plugins/opercmds.py @@ -9,7 +9,7 @@ def checkban(irc, source, args): """ [] Oper only. If a nick or hostmask is given, return whether the given banmask will match it. Otherwise, returns a list of connected users that would be affected by such a ban, up to 50 results.""" - irc.checkAuthenticated(source, allowOper=False) + irc.checkAuthenticated(source) try: banmask = args[0]