This commit is contained in:
Mikaela Suomalainen 2014-05-28 19:47:31 +03:00
parent 14786ff68e
commit c810a52afd
1 changed files with 1 additions and 1 deletions

View File

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