| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move 'top 10' logic to utils, add !wordiest to modules/words.py | jesopo | 2018-10-04 | 1 | -7/+31 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -7/+7 |
| * | Use PRIORITY_MONITOR for keeping count of words (to avoid seeing commands) | jesopo | 2018-10-02 | 1 | -3/+5 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -7/+10 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -21/+17 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -5/+5 |
| * | Don't use IRCUser.id ever, use IRCUser.get_id() | jesopo | 2018-09-05 | 1 | -3/+2 |
| * | 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 | -1/+1 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -6/+6 |
| * | Save when a user sends their "first" words (won't be correct for old users) | jesopo | 2018-08-28 | 1 | -0/+5 |
| * | Change the database to give channels and users ids and use those in the settings•••tables
| jesopo | 2018-08-19 | 1 | -3/+3 |
| * | .wrote -> .write typo in words.py | jesopo | 2018-08-18 | 1 | -1/+1 |
| * | Prevent highlighting users in !wordusers and !richest | jesopo | 2018-08-10 | 1 | -3/+3 |
| * | Changed find_all_by_setting to not return setting, added !richest | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Also track BitBot's words in words.py | jesopo | 2018-08-08 | 1 | -5/+12 |
| * | changed words.py to use new user_channel_settings table | jesopo | 2018-08-05 | 1 | -6/+8 |
| * | Improve using correct nickname capitalisation in words.py | jesopo | 2018-08-05 | 1 | -4/+3 |
| * | When a user is online, use correct capitalisation in !wordusers | jesopo | 2018-08-05 | 1 | -2/+4 |
| * | Add help for !words | jesopo | 2018-08-03 | 1 | -1/+2 |
| * | Revamped words.py to track words per user per server so we're not writing a huge•••json string to sqlite every time someone says a tracked word
| jesopo | 2018-08-03 | 1 | -19/+18 |
| * | fixed words.py to always show nicknames with the same count in the same order. | jesopo | 2016-04-18 | 1 | -1/+2 |
| * | beefed up the words.py module. | jesopo | 2016-04-10 | 1 | -5/+33 |
| * | added usage help to a lot of modules, added a verbose option to karma.py. | jesopo | 2016-04-06 | 1 | -1/+2 |
| * | added tracking certain words in words.py and fixed/changed a couple of things... | jesopo | 2016-04-06 | 1 | -2/+18 |
| * | added words.py for keeping track of how many words people have said. | jesopo | 2016-04-05 | 1 | -0/+32 |