mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Changed slightly the phrasing of supybot.reply.noUser.
This commit is contained in:
parent
c916152470
commit
28062699b8
@ -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."""))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user