mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-20 07:30:54 +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
|
return
|
||||||
user.unsetAuth()
|
user.unsetAuth()
|
||||||
ircdb.users.setUser(id, user)
|
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):
|
def whoami(self, irc, msg, args):
|
||||||
"""takes no arguments
|
"""takes no arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user