aboutsummaryrefslogtreecommitdiff
path: root/modules/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-6/+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-5/+6
| | | | hooks for a module
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-1/+1
| | | | loading order
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change loggingGravatar jesopo2018-08-281-1/+1
| | | | to be an object on the server object instead of an event call
* Remove rickrollGravatar jesopo2018-05-021-2/+1
|
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-4/+4
|
* made set/channelset settings consistent.Gravatar jesopo2016-05-011-2/+2
|
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+1
|
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+1
|
* added code to youtube.py to prevent a crash when a video has likes/dislikes ↵Gravatar jesopo2016-04-041-5/+8
| | | | disabled.
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-3/+3
| | | | the auto_mode.py module.
* fixed the frankly ridiculously wrong youtube url regex in youtube.py.Gravatar jesopo2016-03-311-1/+1
|
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-0/+2
| | | | not-present config option.
* first commit.Gravatar jesopo2016-03-291-0/+105