aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
Commit message (Expand)AuthorAgeFilesLines
* 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 IRCv3•••ACCOUNT command Gravatar jesopo2018-09-061-6/+11
* Finally implement auto_mode.py!Gravatar jesopo2018-09-061-11/+61
* 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-5/+4
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-4/+4
* Change how specific events assure their hooks gets the event independant of•••loading order Gravatar jesopo2018-08-281-1/+1
* 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