From 22fb1b41cb496638d2077d6dafd0c1e778561ed0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 8 Apr 2004 10:53:12 +0000 Subject: [PATCH] Made the success message from unidentify more useful. --- src/User.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/User.py b/src/User.py index 42490a176..64ea07fcf 100755 --- a/src/User.py +++ b/src/User.py @@ -359,7 +359,11 @@ class User(callbacks.Privmsg): return user.unsetAuth() ircdb.users.setUser(id, user) - irc.replySuccess() + irc.replySuccess('If you remain recognized after giving this command,' + ' you\'re being recognized by hostmask, rather than ' + 'by password. You must remove whatever hostmask is ' + 'causing you to be recognized in order not to be ' + 'recognized.') def whoami(self, irc, msg, args): """takes no arguments