Made the success message from unidentify more useful.

This commit is contained in:
Jeremy Fincher 2004-04-08 10:53:12 +00:00
parent 77f2c84245
commit 22fb1b41cb
1 changed files with 5 additions and 1 deletions

View File

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