aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-2/+6
| | | | not-present config option.
* made channel commands prefixable with the bot's nickname, not just the ↵Gravatar jesopo2016-03-301-3/+11
| | | | command prefix.
* made commands work in channel AND in private message.Gravatar jesopo2016-03-291-44/+60
|
* added random.py, added code to commands.py to remove all empty strings from ↵Gravatar jesopo2016-03-291-1/+2
| | | | args_split.
* first commit.Gravatar jesopo2016-03-291-0/+142