mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Made the success message from unidentify more useful.
This commit is contained in:
parent
77f2c84245
commit
22fb1b41cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user