aboutsummaryrefslogtreecommitdiff
path: root/modules/set.py
Commit message (Expand)AuthorAgeFilesLines
* Fire an event when a user/channel/server/bot setting is set in modules/set.pyGravatar jesopo2018-10-121-5/+12
* Allow user/channel/server/bot settings to be "hidden" from settings lists in•••modules/set.py Gravatar jesopo2018-10-061-1/+3
* Implement !botset/!botget in modules/set.pyGravatar jesopo2018-10-041-0/+19
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-8/+8
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-16/+22
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+2
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-26/+31
* Don't add a qualifier for server settingsGravatar jesopo2018-09-091-2/+2
* Add !serverset and !servergetGravatar jesopo2018-09-091-5/+19
* Switch set.py to use delimited eventsGravatar jesopo2018-09-091-18/+15
* 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-24/+11
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-8/+9
* Added !channelsetoverride in set.pyGravatar jesopo2018-08-281-0/+6
* fixed typos in !channelgetGravatar jesopo2018-08-081-3/+3
* Added !get and !channelgetGravatar jesopo2018-08-081-5/+25
* Track user channel modes by user object, not nicknameGravatar jesopo2018-07-021-1/+1
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-2/+2
* used set.py as an example for the new usage command.Gravatar jesopo2016-04-051-2/+4
* tinkered with some modules and fixed a few bugs, also added the skeleton for ...Gravatar jesopo2016-04-031-4/+4
* removed yet more left over code from when commands were channel-only.Gravatar jesopo2016-03-311-4/+4
* added help strings where they were missing.Gravatar jesopo2016-03-291-1/+2
* first commit.Gravatar jesopo2016-03-291-0/+54