| Commit message (Expand) | Author | Age | Files | Lines |
| * | duck chance should be 5%, not 50% | jesopo | 2020-02-19 | 1 | -1/+1 |
| * | update ducks.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -35/+24 |
| * | show how many seconds by which you missed !bef/!bang | jesopo | 2020-02-07 | 1 | -3/+9 |
| * | support !duckstats for users other than yourself | jesopo | 2019-11-11 | 1 | -3/+7 |
| * | Set `duck_lines` to -1 when a duck is waiting to quack - do not allow bef/trap•••closes #177
| jesopo | 2019-10-15 | 1 | -5/+9 |
| * | duck_active should be when the duck spawns | jesopo | 2019-10-08 | 1 | -1/+1 |
| * | duck-prevent-highlight by default, improve !friends/!enemies query | jesopo | 2019-10-08 | 1 | -6/+29 |
| * | default !friends/!enemies to be for the current channel | jesopo | 2019-10-08 | 1 | -2/+2 |
| * | send ducks 5-20 seconds after the message that triggered it | jesopo | 2019-10-08 | 1 | -1/+5 |
| * | Add IntRangeSetting, reorder OptionsSetting arg order | jesopo | 2019-08-30 | 1 | -2/+2 |
| * | '+= 1' -> '+= value' | jesopo | 2019-07-02 | 1 | -1/+1 |
| * | add !duckstats | jesopo | 2019-07-02 | 1 | -4/+40 |
| * | 'patern' -> 'pattern' | jesopo | 2019-07-01 | 1 | -1/+1 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -9/+6 |
| * | 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 |