| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Trim garbage code. | dngfx | 2018-09-08 | 1 | -3/+0 |
| * | More duck timing tweaks | dngfx | 2018-09-08 | 1 | -1/+1 |
| * | Correct comparison | dngfx | 2018-09-08 | 1 | -2/+2 |
| * | Typo fix. | dngfx | 2018-09-08 | 1 | -1/+1 |
| * | Full metal duck. | dngfx | 2018-09-08 | 1 | -1/+1 |
| * | Refactor ducks.py to make sense. | dngfx | 2018-09-08 | 1 | -50/+35 |
| * | Remove debug code. | dngfx | 2018-09-08 | 1 | -1/+0 |
| * | Remove unused code. | dngfx | 2018-09-08 | 1 | -1/+0 |
| * | Tweak duck timing. | dngfx | 2018-09-08 | 1 | -1/+1 |
| * | 8ball answer updates and ducks.py fix. | dngfx | 2018-09-08 | 1 | -1/+1 |
| * | PEP8 Compliance. | dngfx | 2018-09-08 | 1 | -3/+6 |
| * | New and fresh ducks.py! And an 8ball.py adjustment...! | dngfx | 2018-09-08 | 1 | -167/+265 |
| * | Ducks new progress | dngfx | 2018-09-08 | 1 | -6/+6 |
| * | Merge pull request #17 from dngfx/master•••Update duck timer | jesopo | 2018-09-05 | 1 | -1/+1 |
| |\ |
|
| | * | Update duck timer | dngfx | 2018-09-04 | 1 | -1/+1 |
| * | | Don't use IRCUser.id ever, use IRCUser.get_id() | jesopo | 2018-09-05 | 1 | -3/+3 |
| |/ |
|
| * | up min/max duck show time in ducks.py | jesopo | 2018-09-02 | 1 | -1/+1 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -5/+3 |
| * | Fix iterations | dngfx | 2018-09-01 | 1 | -2/+2 |
| * | Fix duck stats | dngfx | 2018-09-01 | 1 | -1/+1 |
| * | Uncomment duck stats | dngfx | 2018-09-01 | 1 | -2/+3 |
| * | Merge branch 'master' into master | Dan | 2018-09-01 | 1 | -0/+4 |
| |\ |
|
| | * | re-add self.events in ducks.py | jesopo | 2018-09-01 | 1 | -0/+1 |
| | * | Don't persist timer, use events.on("send.stdout") | jesopo | 2018-09-01 | 1 | -7/+6 |
| * | | Re-toast ducks.py! | dngfx | 2018-09-01 | 1 | -0/+39 |
| * | | Revert "Toast off ducks.py with .duckstats"•••This reverts commit 3044b83
| dngfx | 2018-09-01 | 1 | -44/+2 |
| * | | Toast off ducks.py with .duckstats | dngfx | 2018-09-01 | 1 | -2/+44 |
| * | | re-add self.events | dngfx | 2018-09-01 | 1 | -0/+1 |
| * | | Don't persist timer, use events.on("send.stdout") | jesopo | 2018-09-01 | 1 | -7/+6 |
| |/ |
|
| * | Massively optimise ducks.py and remove a bunch of cruft. | dngfx | 2018-09-01 | 1 | -51/+1 |
| * | Convert to booleans and validation. | dngfx | 2018-09-01 | 1 | -28/+24 |