aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
Commit message (Collapse)AuthorAgeFilesLines
* remove auto_mode.py, it has been superseded by !flagsGravatar jesopo2019-09-121-140/+0
|
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-3/+2
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+5
|
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+2
|
* You can't minus a set from a list (auto_mode.py)Gravatar jesopo2019-02-211-1/+1
|
* Only give users auto_modes they don't already have (auto_mode.py)Gravatar jesopo2019-02-211-2/+4
|
* Add `channel_access` attributes to auto_mode.py commandsGravatar jesopo2019-02-211-0/+5
|
* Shift formatting protocol data to it's own file: utils.irc.protocolGravatar jesopo2019-02-181-2/+2
|
* Delete `automodes` user_channel setting when it's empty (auto_mode.py)Gravatar jesopo2019-02-041-2/+6
|
* The event fired when we get an `account-notify` message issGravatar jesopo2019-01-271-1/+1
| | | | `received.account.login`, not `received.account` (auto_mode.py)
* 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.