| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Add a way to enable or disable certain commands. | Rapptz | 2016-01-07 | 2 | -7/+39 |
| * | [commands] Special handling for when the converter is bool. | Rapptz | 2016-01-07 | 1 | -0/+12 |
| * | [commands] Allow registration of multiple command prefixes. | Rapptz | 2016-01-07 | 2 | -4/+22 |
| * | [commands] Don't skip whitespace if the command trigger is found. | Rapptz | 2016-01-06 | 1 | -1/+1 |
| * | [commands] None default without specified type uses str now. | Rapptz | 2016-01-06 | 1 | -1/+1 |
| * | [commands] Add CommandNotFound error. | Rapptz | 2016-01-05 | 3 | -11/+22 |
| * | [commands] Add a way to remove commands. | Rapptz | 2016-01-04 | 1 | -0/+19 |
| * | Documentation improvements on using check decorator. | Rapptz | 2016-01-04 | 1 | -2/+32 |
| * | Add missing import in commands core. | Rapptz | 2016-01-04 | 1 | -0/+2 |
| * | Initial implementation of commands extension module. | Rapptz | 2016-01-04 | 7 | -0/+1069 |