3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 03:33:10 +01:00

_login: tweak error message: opered up => opered

(cherry picked from commit 557f1578bc)

Conflicts:
	coremods/corecommands.py
This commit is contained in:
James Lu 2018-03-30 11:55:08 -07:00
parent f274088ea0
commit 22efe1384c

View File

@ -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