aboutsummaryrefslogtreecommitdiff
path: root/modules/sed.py
Commit message (Expand)AuthorAgeFilesLines
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-12/+8
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-2/+1
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Disable sed by defaultGravatar jesopo2018-09-211-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-5/+4
* 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-9/+7
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-6/+7
* 80 cols!Gravatar jesopo2018-08-281-3/+2
* .log -> .buffer, i missed this one!Gravatar jesopo2018-08-281-1/+1
* Change how specific events assure their hooks gets the event independant of•••loading order Gravatar jesopo2018-08-281-3/+3
* only get "sed" setting when a message that looks like a sed command comes inGravatar jesopo2018-08-051-2/+4
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-4/+2
* Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net> Gravatar jesopo2017-10-271-1/+10
* added a function to Utils to get the "closest" setting, with channel/user set...Gravatar jesopo2016-05-061-1/+1
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+2
* first commit.Gravatar jesopo2016-03-291-0/+64