From 22efe1384c656b73eccf7d7a03ac913a281e8cc2 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 30 Mar 2018 11:55:08 -0700 Subject: [PATCH] _login: tweak error message: opered up => opered (cherry picked from commit 557f1578bcd5b43b9be75b41ee887d659c49d3a9) Conflicts: coremods/corecommands.py --- coremods/corecommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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