mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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',
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user