mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
src/conf.py: addhostmask is now "hostmask add"
This commit is contained in:
parent
994cff5c05
commit
23c0d23a01
@ -499,9 +499,9 @@ registerChannelValue(supybot.replies, 'notRegistered',
|
|||||||
registry.NormalizedString("""You must be registered to use this command.
|
registry.NormalizedString("""You must be registered to use this command.
|
||||||
If you are already registered, you must either identify (using the identify
|
If you are already registered, you must either identify (using the identify
|
||||||
command) or add a hostmask matching your current hostmask (using the
|
command) or add a hostmask matching your current hostmask (using the
|
||||||
addhostmask command).""", """Determines what error message the bot replies
|
"hostmask add" command).""", """Determines what error message the bot
|
||||||
with when someone tries to do something that requires them to be registered
|
replies with when someone tries to do something that requires them to be
|
||||||
but they're not currently recognized."""))
|
registered but they're not currently recognized."""))
|
||||||
|
|
||||||
registerChannelValue(supybot.replies, 'noCapability',
|
registerChannelValue(supybot.replies, 'noCapability',
|
||||||
registry.NormalizedString("""You don't have the %s capability. If you
|
registry.NormalizedString("""You don't have the %s capability. If you
|
||||||
|
Loading…
Reference in New Issue
Block a user