| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement @utils.kwarg() magic, use it for command.regex hooks | jesopo | 2019-06-26 | 1 | -6/+6 |
| * | show nickname in NO_DUCK non-kick message | jesopo | 2019-06-19 | 1 | -1/+1 |
| * | Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68
| jesopo | 2019-06-16 | 1 | -1/+1 |
| * | "saved a duck" -> "befriended a duck" | jesopo | 2019-06-14 | 1 | -2/+2 |
| * | 80 col wrap | jesopo | 2019-06-14 | 1 | -2/+2 |
| * | typo, 'acount' -> 'count' | jesopo | 2019-06-12 | 1 | -1/+1 |
| * | "duck" when duck count is 1, "ducks" otherwise | jesopo | 2019-06-12 | 1 | -2/+5 |
| * | Add help/usage strings for ducks.py | jesopo | 2019-06-10 | 1 | -0/+14 |
| * | Add missing `time` import | jesopo | 2019-06-08 | 1 | -1/+1 |
| * | Show how many seconds it took to !bef/!trap a duck | jesopo | 2019-06-08 | 1 | -5/+8 |
| * | Only show typing indicators for commands that expect output | jesopo | 2019-06-07 | 1 | -1/+1 |
| * | Replaced command ,bang with ,trap | Anton McClure | 2019-06-05 | 1 | -8/+6 |
| * | Change duck-triggering to be through regex commands that catch ALL messages;•••this will make is-silenced and ignores work automatically
| jesopo | 2019-06-05 | 1 | -7/+6 |
| * | Don't count JOINs towards duck-triggering messages | jesopo | 2019-06-05 | 1 | -3/+0 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+3 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -3/+4 |
| * | Don't show ducks when the bot is silenced | jesopo | 2019-05-15 | 1 | -1/+5 |
| * | Typo in ducks.py, 'DEFAUL' -> 'DEFAULT' | jesopo | 2019-05-11 | 1 | -1/+1 |
| * | Change ducks-min-message default to 100 | jesopo | 2019-05-11 | 1 | -1/+4 |
| * | Stop using prevent_highlight. it ruins terminals on OS X | jesopo | 2019-05-04 | 1 | -4/+2 |
| * | Change min duck messages to 40, change chance back to 5% | jesopo | 2019-05-03 | 1 | -2/+2 |
| * | Actually import EventManager in ducks.py | jesopo | 2019-05-03 | 1 | -1/+1 |
| * | Set received.message.channel priority to PRIORITY_MONITOR | jesopo | 2019-05-03 | 1 | -1/+2 |
| * | Add !friends and !enemies to ducks.py | jesopo | 2019-05-03 | 1 | -0/+33 |
| * | Reset duck_lines to 0 when a duck has spawned | jesopo | 2019-05-03 | 1 | -0/+1 |
| * | Change duck-spawn change to 10% per message after 20 messages | jesopo | 2019-05-03 | 1 | -1/+1 |
| * | there's no `event` in bootstrap_channel | jesopo | 2019-05-03 | 1 | -3/+3 |
| * | bootstrap old channels for ducks.py | jesopo | 2019-05-03 | 1 | -2/+9 |
| * | Refector ducks.py | jesopo | 2019-05-03 | 1 | -397/+56 |
| * | Better constifying of color/font chars | jesopo | 2018-11-13 | 1 | -1/+1 |
| * | Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load | jesopo | 2018-10-12 | 1 | -5/+3 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -32/+33 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -6/+6 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 1 | -15/+11 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -33/+31 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -3/+1 |
| * | clear channel.games properly. | dngfx | 2018-09-22 | 1 | -1/+3 |
| * | Fix duck timing and stupid indenting. | dngfx | 2018-09-22 | 1 | -5/+3 |
| * | Fix ducks.py having a superfluous function | dngfx | 2018-09-22 | 1 | -3/+0 |
| * | font reset at the beginning of commands to stop wonkiness with highlighting a... | dngfx | 2018-09-22 | 1 | -6/+10 |
| * | Make tweets say Twitter instead of tweets, and update ducks to add decoys and... | dngfx | 2018-09-22 | 1 | -15/+90 |
| * | Change Utils.color to take a string to wrap in color | jesopo | 2018-09-21 | 1 | -4/+7 |
| * | Don't send ducks when they're disabled. | jesopo | 2018-09-19 | 1 | -0/+2 |
| * | Fix some styling in ducks.py | jesopo | 2018-09-19 | 1 | -22/+13 |
| * | Fix a few niggles | dngfx | 2018-09-09 | 1 | -17/+16 |
| * | FONT_RESET should be FONT_COLOR, also more string wizardry in ducks.py! | dngfx | 2018-09-09 | 1 | -4/+8 |
| * | String formatting exists and it is a wonderful thing. | dngfx | 2018-09-09 | 1 | -20/+27 |
| * | Add channel prefix to .usage (So it shows .8ball <question> instead of just 8...•••Updated ducks.py, more efficient code and style tweaks.
| dongfix | 2018-09-09 | 1 | -12/+12 |
| * | Clean up combining new.channel and __init__ channel bootstrapping | jesopo | 2018-09-08 | 1 | -10/+5 |
| * | Bootstrap properly on module reload. | dngfx | 2018-09-08 | 1 | -1/+11 |