aboutsummaryrefslogtreecommitdiff
path: root/modules/words.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-21/+17
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-5/+5
* Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-051-3/+2
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-6/+6
* Save when a user sends their "first" words (won't be correct for old users)Gravatar jesopo2018-08-281-0/+5
* Change the database to give channels and users ids and use those in the settings•••tables Gravatar jesopo2018-08-191-3/+3
* .wrote -> .write typo in words.pyGravatar jesopo2018-08-181-1/+1
* Prevent highlighting users in !wordusers and !richestGravatar jesopo2018-08-101-3/+3
* Changed find_all_by_setting to not return setting, added !richestGravatar jesopo2018-08-091-1/+1
* Also track BitBot's words in words.pyGravatar jesopo2018-08-081-5/+12
* changed words.py to use new user_channel_settings tableGravatar jesopo2018-08-051-6/+8
* Improve using correct nickname capitalisation in words.pyGravatar jesopo2018-08-051-4/+3
* When a user is online, use correct capitalisation in !wordusersGravatar jesopo2018-08-051-2/+4
* Add help for !wordsGravatar jesopo2018-08-031-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 Gravatar jesopo2018-08-031-19/+18
* fixed words.py to always show nicknames with the same count in the same order.Gravatar jesopo2016-04-181-1/+2
* beefed up the words.py module.Gravatar jesopo2016-04-101-5/+33
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+2
* added tracking certain words in words.py and fixed/changed a couple of things...Gravatar jesopo2016-04-061-2/+18
* added words.py for keeping track of how many words people have said.Gravatar jesopo2016-04-051-0/+32