aboutsummaryrefslogtreecommitdiff
path: root/modules/to.py
Commit message (Collapse)AuthorAgeFilesLines
* switch !to to !tell, add !to as an alias of !tellGravatar jesopo2019-11-251-41/+0
|
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-3/+3
|
* only allow !to against users bitbot has seen beforeGravatar jesopo2019-10-041-0/+4
| | | | closes #111
* 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 ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* 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, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* 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