aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
Commit message (Collapse)AuthorAgeFilesLines
* Check automode when BitBot joins a channelGravatar jesopo2018-10-131-0/+5
|
* Check a channel's automode when automode is turned on in modules/auto_mode.pyGravatar jesopo2018-10-121-10/+16
|
* Add !syncmodes in modules/auto_mode.py, fire internal.identified inGravatar jesopo2018-10-111-4/+31
| | | | | modules/permissions.py and catch it in modules/auto_mode.py to give users modes when they identify using the internal identity mechanism
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-9/+9
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-12/+16
|
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-6/+4
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-20/+23
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Set +o/+v on a user if they're in the channel at the time of !addop/!addvoiceGravatar jesopo2018-09-061-0/+3
|
* addvoice/removevoice should use "v" not "o"Gravatar jesopo2018-09-061-2/+2
|
* Only do automode when a user is identified, also do automode on an IRCv3Gravatar jesopo2018-09-061-6/+11
| | | | ACCOUNT command
* Finally implement auto_mode.py!Gravatar jesopo2018-09-061-11/+61
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-5/+4
| | | | 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-4/+4
| | | | hooks for a module
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-1/+1
| | | | loading order
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-6/+5
|
* simpler boolean channel settingsGravatar Evelyn2016-04-101-4/+2
|
* fixed some dumb typosGravatar jesopo2016-04-031-1/+1
|
* added some more to the skeleton of the auto_mode module.Gravatar jesopo2016-04-031-2/+11
|
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-0/+18
the auto_mode.py module.