mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
It definitely shouldn't be an error to not be recognized by whoami, that's somewhat the point.
This commit is contained in:
parent
697249dc4e
commit
0bbd05db58
@ -430,7 +430,7 @@ class User(callbacks.Privmsg):
|
||||
user = ircdb.users.getUser(msg.prefix)
|
||||
irc.reply(user.name)
|
||||
except KeyError:
|
||||
irc.errorNotRegistered()
|
||||
irc.reply('I don\'t recognize you, %s.' % msg.nick)
|
||||
|
||||
def setsecure(self, irc, msg, args):
|
||||
"""<password> [<True|False>]
|
||||
|
Loading…
Reference in New Issue
Block a user