mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
_login: tweak error message: opered up => opered
(cherry picked from commit 557f1578bcd5b43b9be75b41ee887d659c49d3a9) 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…
x
Reference in New Issue
Block a user