From 28062699b802a0729c118341c183a9b8fbd5242d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 13 Feb 2004 07:25:24 +0000 Subject: [PATCH] Changed slightly the phrasing of supybot.reply.noUser. --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 7fc296ecb..adc90058d 100644 --- a/src/conf.py +++ b/src/conf.py @@ -266,8 +266,8 @@ registerChannelValue(supybot.replies, 'incorrectAuthentication', registerChannelValue(supybot.replies, 'noUser', registry.NormalizedString("""I can't find that user in my user - database. If you didn't give a user name, then I don't know what *your* - user is, and you'll need to identify before this command will work.""", + database. If you didn't give a user name, then I might not know what your + user is, and you'll need to identify before this command might work.""", """Determines what error message the bot replies with when someone tries to accessing some information on a user the bot doesn't know about."""))