diff --git a/plugins/opercmds.py b/plugins/opercmds.py index adab9e7..b49fa9c 100644 --- a/plugins/opercmds.py +++ b/plugins/opercmds.py @@ -52,10 +52,10 @@ def checkban(irc, source, args): def jupe(irc, source, args): """ [] - Oper-only, jupes the given server.""" + Admin only, jupes the given server.""" # Check that the caller is either opered or logged in as admin. - irc.checkAuthenticated(source) + irc.checkAuthenticated(source, allowOper=False) try: servername = args[0]