aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Reset font just before "(more)" truncation.Gravatar jesopo2016-12-051-1/+1
* added a function to Utils to get the "closest" setting, with channel/user set...Gravatar jesopo2016-05-061-1/+1
* started passing some more helpful info when preprocessing a command.Gravatar jesopo2016-04-181-1/+2
* added command-prefix to channel settings.Gravatar jesopo2016-04-141-3/+8
* changed commands.py to show usage help (if available) when minimum arguments ...Gravatar jesopo2016-04-101-2/+6
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-2/+3
* 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