aboutsummaryrefslogtreecommitdiff
path: root/modules/to.py
Commit message (Expand)AuthorAgeFilesLines
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Limiit !to to 5 messages per userGravatar jesopo2019-04-301-0/+4
* Record and show when a !to was createdGravatar jesopo2019-04-241-4/+7
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-3/+4
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-10/+8
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-6/+5
* Change default priority to "medium", add priority lower than "low" ("monitor")Gravatar jesopo2018-09-091-1/+1
* Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-051-4/+4
* 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-3/+3
* Change the database to give channels and users ids and use those in the settings•••tables Gravatar jesopo2018-08-191-8/+8
* save !to commands for the target user, not the user sending the command!Gravatar jesopo2018-08-131-2/+2
* Change to.py to use user_channel_settings in to.py and set priority to MEDIUM to•••avoid !to to one's self sending two messages Gravatar jesopo2018-08-051-8/+11
* only try to delete !to messages when there are anyGravatar jesopo2018-08-051-1/+2
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+1
* fixed a left over reference to event["channel"] that is now broken in to.py.Gravatar jesopo2016-03-301-2/+2
* first commit.Gravatar jesopo2016-03-291-0/+26