data/commands: `help` now ignores pronoun replacement

This commit is contained in:
Pragmatic Software 2020-02-11 21:27:24 -08:00
parent 382d15b975
commit a490f65525
1 changed files with 1 additions and 1 deletions

2
data/commands vendored
View File

@ -90,7 +90,6 @@
"_name" : "cmdset",
"dont-replace-pronouns" : "1",
"help" : "Sets or shows command metadata. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#cmdset",
"ignore-my" : "1",
"requires_cap" : 1
},
"cmdunset" : {
@ -284,6 +283,7 @@
},
"help" : {
"_name" : "help",
"dont-replace-pronouns" : "1",
"help" : "Displays the `help` metadata for commands and factoids.",
"requires_cap" : 0
},