diff --git a/coremods/corecommands.py b/coremods/corecommands.py index d5e350d..7480e50 100644 --- a/coremods/corecommands.py +++ b/coremods/corecommands.py @@ -31,7 +31,7 @@ def _login(irc, source, username): return elif require_oper and not irc.is_oper(source, allowAuthed=False): - irc.error("You must be opered up to log in to %r." % username) + irc.error("You must be opered to log in to %r." % username) log.warning("(%s) Failed login to %r from %s (needs oper)", irc.name, username, irc.get_hostmask(source)) return