mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Removed redundant nick. I forgot about the nick prefix when I wrote that.
This commit is contained in:
parent
afc21c2afe
commit
b207baf9d3
@ -430,7 +430,7 @@ class User(callbacks.Privmsg):
|
||||
user = ircdb.users.getUser(msg.prefix)
|
||||
irc.reply(user.name)
|
||||
except KeyError:
|
||||
irc.reply('I don\'t recognize you, %s.' % msg.nick)
|
||||
irc.reply('I don\'t recognize you.')
|
||||
|
||||
def setsecure(self, irc, msg, args):
|
||||
"""<password> [<True|False>]
|
||||
|
Loading…
Reference in New Issue
Block a user