aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/aliases.py
Commit message (Collapse)AuthorAgeFilesLines
* fail an alias when an ${} var isn't foundGravatar jesopo2020-04-081-4/+15
|
* update other modules to use categorised require_accessGravatar jesopo2020-02-071-2/+1
|
* move !alias variables in to alias_variables.py, add RNICK (random nick)Gravatar jesopo2020-02-051-1/+1
|
* aliases.py get.command doesn't need to be PRIORITY_URGENTGravatar jesopo2020-02-051-1/+0
|
* update aliases.py to use command specsGravatar jesopo2020-01-291-30/+21
|
* split permission for !alias/!balias in to twoGravatar jesopo2020-01-211-3/+4
|
* use utils.parse.format_token_replace() in aliases.pyGravatar jesopo2019-12-211-25/+7
|
* don't have [''] as args_split when there's no args (for alias)Gravatar jesopo2019-12-211-2/+6
|
* add kwarg name replacements to aliases.py, use it for $NICK$Gravatar jesopo2019-12-171-3/+9
|
* support bot-wide aliases with `!balias`Gravatar jesopo2019-12-101-0/+3
| | | | closes #212
* move aliases.py to core_modulesGravatar jesopo2019-12-101-0/+120