mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
data/commands: help
now ignores pronoun replacement
This commit is contained in:
parent
382d15b975
commit
a490f65525
2
data/commands
vendored
2
data/commands
vendored
@ -90,7 +90,6 @@
|
|||||||
"_name" : "cmdset",
|
"_name" : "cmdset",
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Sets or shows command metadata. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#cmdset",
|
"help" : "Sets or shows command metadata. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#cmdset",
|
||||||
"ignore-my" : "1",
|
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
"cmdunset" : {
|
"cmdunset" : {
|
||||||
@ -284,6 +283,7 @@
|
|||||||
},
|
},
|
||||||
"help" : {
|
"help" : {
|
||||||
"_name" : "help",
|
"_name" : "help",
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Displays the `help` metadata for commands and factoids.",
|
"help" : "Displays the `help` metadata for commands and factoids.",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user