aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add ability to ignore users per-commandGravatar jesopo2019-04-271-13/+39
* Delete 'ignore' setting when unignoring so it doesn't hold space in the database•••but still defaults to false Gravatar jesopo2019-04-261-1/+1
* Support continuous alias arg replacements (e.g. "index 1 onwards" using "$1-")Gravatar jesopo2019-04-141-8/+21
* Move REGEX_CUTOFF to outs.py (commands)Gravatar jesopo2019-02-091-1/+0
* Move StdOut/StdErr specific consts to outs.py (commands)Gravatar jesopo2019-02-091-5/+0
* Split command StdOut/StdErr in to their own file (commands)Gravatar jesopo2019-02-091-0/+390