Improved the default supybot.replies.noUser.

This commit is contained in:
Jeremy Fincher 2004-01-23 14:52:04 +00:00
parent 4308350a35
commit fbf417adb2

View File

@ -285,9 +285,10 @@ 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.""", """Determines what error message the bot replies with when database. If you didn't give a user name, then I don't know what *your*
someone tries to accessing some information on a user the bot doesn't know user is, and you'll need to identify before this command will work.""",
about.""")) """Determines what error message the bot replies with when someone tries
to accessing some information on a user the bot doesn't know about."""))
registerChannelValue(supybot.replies, 'notRegistered', registerChannelValue(supybot.replies, 'notRegistered',
registry.NormalizedString("""You must be registered to use this command. registry.NormalizedString("""You must be registered to use this command.