From c810a52afd7c63433238d96aca498c35c86f0d6c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 28 May 2014 19:47:31 +0300 Subject: [PATCH] User: fix #687 --- plugins/User/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index 7371a697b..27046fd3b 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -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 " to log in or "user register " to register.')) whoami = wrap(whoami) @internationalizeDocstring