aboutsummaryrefslogtreecommitdiff
path: root/modules/to.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+3
| | | | hooks for a module
* Change the database to give channels and users ids and use those in the settingsGravatar jesopo2018-08-191-8/+8
| | | | tables
* 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 toGravatar jesopo2018-08-051-8/+11
| | | | avoid !to to one's self sending two messages
* 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