aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/command_spec.py
Commit message (Expand)AuthorAgeFilesLines
* support e.g. "!r~channel" spec to change the context of "!cuser"Gravatar jesopo2020-01-241-3/+8
* add some comments about all the command_spec spec typesGravatar jesopo2020-01-241-0/+13
* better "!user" spec errorGravatar jesopo2020-01-241-4/+7
* implement "important" command spec pieces, esp. for channel permsGravatar jesopo2020-01-241-17/+48
* don't args[0] for rchannel when [], better rchannel errorGravatar jesopo2020-01-241-2/+4
* add ruser/rchannel (r for relevant) to command_spec.pyGravatar jesopo2020-01-241-5/+21
* still append None when an optional spec is missedGravatar jesopo2020-01-241-2/+4
* first draft of command_spec.pyGravatar jesopo2020-01-241-0/+73