aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
Commit message (Expand)AuthorAgeFilesLines
...
* added a usage command to show usage help for commands.Gravatar jesopo2016-04-051-1/+19
* oopsGravatar jesopo2016-04-041-1/+1
* added a way for command event hooks to ask to only be fired from private mess...Gravatar jesopo2016-04-041-0/+2
* tinkered with some modules and fixed a few bugs, also added the skeleton for ...Gravatar jesopo2016-04-031-1/+3
* removed yet more left over code from when commands were channel-only.Gravatar jesopo2016-03-311-4/+2
* added a "hashflag" to modules to stop modules being loaded that rely on a not...Gravatar jesopo2016-03-301-2/+6
* made channel commands prefixable with the bot's nickname, not just the comman...Gravatar jesopo2016-03-301-3/+11
* 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 a...Gravatar jesopo2016-03-291-1/+2
* first commit.Gravatar jesopo2016-03-291-0/+142