jesopo
|
a8cb500784
|
utils.irc.lower channel names when adding them to the autojoin list
|
2018-12-05 15:46:51 +00:00 |
|
jesopo
|
69d58eede2
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
related functionality
|
2018-10-03 13:22:37 +01:00 |
|
jesopo
|
51a52e2b0e
|
Switch to using @Utils.hook and docstrings for event hooks
|
2018-09-26 18:27:17 +01:00 |
|
jesopo
|
b3609db92c
|
Actually remove channels from channel_save when the bot leaves the channel
|
2018-09-19 01:41:53 +01:00 |
|
jesopo
|
ae78324c44
|
Typo, event["server"] -> server
|
2018-09-10 08:58:15 +01:00 |
|
jesopo
|
07c08ad428
|
Typo in channel_save; channes -> channels
|
2018-09-05 13:55:53 +01:00 |
|
jesopo
|
06a750edbd
|
Remove channel from autojoin when BitBot parts it
|
2018-09-03 12:22:06 +01:00 |
|
jesopo
|
8c6ab17e57
|
give an Exports object (actually, ExportsContex object) to each module, to
facilitate things like !set and !channelset without using the events system
|
2018-09-02 19:54:45 +01:00 |
|
jesopo
|
9874f79b49
|
Give modules event objects with "context"s, to facilitate purging all the event
hooks for a module
|
2018-08-31 12:55:52 +01:00 |
|
jesopo
|
1ae1206b8a
|
.add -> .append typo in channel_save.py
|
2018-08-19 00:20:24 +01:00 |
|
jesopo
|
1af821123b
|
only set autojoin when we've joined a channel not in our autojoin list
|
2018-08-05 12:57:19 +01:00 |
|
jesopo
|
2012a388da
|
move sasl logic to it's own module
|
2018-07-15 23:56:06 +01:00 |
|
jesopo
|
7affd3b9f3
|
Add missing on_kick event hook in channel_save
|
2018-07-02 12:51:18 +01:00 |
|
jesopo
|
3c138c1d18
|
If BitBot is kicked from a channel, remove from channel_save
|
2018-07-02 11:09:22 +01:00 |
|
jesopo
|
0df7abb03e
|
Handle empty CAP, additional IRCLog feature, better tls, better channel_save logic, add sed-sender-only setting
Signed-off-by: jesopo <github@lolnerd.net>
|
2017-10-27 13:15:33 +01:00 |
|
Evelyn
|
e232ad5dae
|
Add IRCv3→SASL support for nickserv auth, added optional module whitelist, added server option for recording channel keys, increased flexibility for event raising in linehandler, probably other things too
|
2017-07-12 10:00:45 +01:00 |
|
jesopo
|
f943d63098
|
first commit.
|
2016-03-29 12:56:58 +01:00 |
|