aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_save.py
Commit message (Collapse)AuthorAgeFilesLines
* Typo, event["server"] -> serverGravatar jesopo2018-09-101-1/+1
|
* Typo in channel_save; channes -> channelsGravatar jesopo2018-09-051-1/+1
|
* Remove channel from autojoin when BitBot parts itGravatar jesopo2018-09-031-4/+10
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | 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/+4
| | | | hooks for a module
* .add -> .append typo in channel_save.pyGravatar jesopo2018-08-191-1/+1
|
* only set autojoin when we've joined a channel not in our autojoin listGravatar jesopo2018-08-051-3/+4
|
* move sasl logic to it's own moduleGravatar jesopo2018-07-151-23/+21
|
* Add missing on_kick event hook in channel_saveGravatar jesopo2018-07-021-0/+1
|
* If BitBot is kicked from a channel, remove from channel_saveGravatar jesopo2018-07-021-0/+5
|
* Handle empty CAP, additional IRCLog feature, better tls, better channel_save ↵Gravatar jesopo2017-10-271-5/+9
| | | | | | logic, add sed-sender-only setting Signed-off-by: jesopo <github@lolnerd.net>
* Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ↵Gravatar Evelyn2017-07-121-13/+24
| | | | added server option for recording channel keys, increased flexibility for event raising in linehandler, probably other things too
* first commit.Gravatar jesopo2016-03-291-0/+18