mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
User: fix #687
This commit is contained in:
parent
14786ff68e
commit
c810a52afd
@ -603,7 +603,7 @@ class User(callbacks.Plugin):
|
||||
user = ircdb.users.getUser(msg.prefix)
|
||||
irc.reply(user.name)
|
||||
except KeyError:
|
||||
irc.reply(_('I don\'t recognize you.'))
|
||||
irc.reply(_('I don\'t recognize you. You can messsage me either of these two commands: "user identify <username> <password>" to log in or "user register <username> <password>" to register.'))
|
||||
whoami = wrap(whoami)
|
||||
|
||||
@internationalizeDocstring
|
||||
|
Loading…
Reference in New Issue
Block a user