diff --git a/src/UserCommands.py b/src/UserCommands.py index 9fb3b821e..8ad90128a 100755 --- a/src/UserCommands.py +++ b/src/UserCommands.py @@ -254,7 +254,7 @@ class UserCommands(callbacks.Privmsg): name = ircdb.users.getUserName(msg.prefix) irc.reply(msg, name) except KeyError: - irc.error(msg, 'I can\'t find you in my database') + irc.error(msg, conf.replyNotRegistered) Class = UserCommands