| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Support invoking the help command with a cog name. | Rapptz | 2016-01-12 | 1 | -1/+14 |
| * | [commands] Initial implementation of help command. | Rapptz | 2016-01-11 | 1 | -2/+47 |
| * | [commands] Proper cleanup of cogs. | Rapptz | 2016-01-10 | 1 | -1/+3 |
| * | [commands] Add basic support for extensions. | Rapptz | 2016-01-09 | 1 | -1/+52 |
| * | [commands] Inject the internal variables for bot.say & co explicitly. | Rapptz | 2016-01-09 | 1 | -13/+16 |
| * | [commands] Add support for cogs. | Rapptz | 2016-01-09 | 1 | -4/+106 |
| * | [commands] Add support for registering more than one event listener. | Rapptz | 2016-01-08 | 1 | -0/+93 |
| * | [commands] Change prefix callback signature and add when_mentioned. | Rapptz | 2016-01-08 | 1 | -4/+10 |
| * | [commands] Allow registration of multiple command prefixes. | Rapptz | 2016-01-07 | 1 | -3/+17 |
| * | [commands] Don't skip whitespace if the command trigger is found. | Rapptz | 2016-01-06 | 1 | -1/+1 |
| * | [commands] Add CommandNotFound error. | Rapptz | 2016-01-05 | 1 | -9/+13 |
| * | Initial implementation of commands extension module. | Rapptz | 2016-01-04 | 1 | -0/+221 |