aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/command_spec
Commit message (Collapse)AuthorAgeFilesLines
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-1/+1
|
* add space between command and usage stringGravatar jesopo2020-03-061-1/+1
|
* include !command in usage outputGravatar jesopo2020-02-281-4/+5
|
* show usage strings when spec parsing failsGravatar jesopo2020-02-271-1/+13
|
* if there's more than 1 error message, give generic errorGravatar jesopo2020-02-271-4/+7
|
* add `cmask` command spec type (all users in channel matching mask)Gravatar jesopo2020-02-171-0/+14
|
* exported command specs, spec.%s -> command-spec.%sGravatar jesopo2020-02-141-1/+2
|
* move SpecTypeErro to utils.parse.specGravatar jesopo2020-02-142-6/+2
|
* support exported command spec types!Gravatar jesopo2020-02-141-6/+11
|
* split out command_spec moduleGravatar jesopo2020-02-142-0/+226