aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
Commit message (Collapse)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 ↵Gravatar jesopo2016-04-041-0/+2
| | | | messages.
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-1/+3
| | | | the auto_mode.py module.
* 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 ↵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