Changed slightly the phrasing of supybot.reply.noUser.

This commit is contained in:
Jeremy Fincher 2004-02-13 07:25:24 +00:00
parent c916152470
commit 28062699b8

View File

@ -266,8 +266,8 @@ registerChannelValue(supybot.replies, 'incorrectAuthentication',
registerChannelValue(supybot.replies, 'noUser', registerChannelValue(supybot.replies, 'noUser',
registry.NormalizedString("""I can't find that user in my user 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* 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 will work.""", user is, and you'll need to identify before this command might work.""",
"""Determines what error message the bot replies with when someone tries """Determines what error message the bot replies with when someone tries
to accessing some information on a user the bot doesn't know about.""")) to accessing some information on a user the bot doesn't know about."""))