Removed redundant nick. I forgot about the nick prefix when I wrote that.

This commit is contained in:
Jeremy Fincher 2004-08-06 06:57:11 +00:00
parent afc21c2afe
commit b207baf9d3
1 changed files with 1 additions and 1 deletions

View File

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