mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 11:42:51 +01:00
_login: tweak error message: opered up => opered
(cherry picked from commit 557f1578bc
)
Conflicts:
coremods/corecommands.py
This commit is contained in:
parent
f274088ea0
commit
22efe1384c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user