mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Improved the default supybot.replies.noUser.
This commit is contained in:
parent
4308350a35
commit
fbf417adb2
@ -285,9 +285,10 @@ registerChannelValue(supybot.replies, 'incorrectAuthentication',
|
||||
|
||||
registerChannelValue(supybot.replies, 'noUser',
|
||||
registry.NormalizedString("""I can't find that user in my user
|
||||
database.""", """Determines what error message the bot replies with when
|
||||
someone tries to accessing some information on a user the bot doesn't know
|
||||
about."""))
|
||||
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.""",
|
||||
"""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',
|
||||
registry.NormalizedString("""You must be registered to use this command.
|
||||
|
Loading…
Reference in New Issue
Block a user