aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.