aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_blacklist.py
Commit message (Expand)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-40/+0
* disregard empty JOIN channel params (e.g. "JOIN #bad,")Gravatar jesopo2019-09-071-1/+1
* automatically PART blacklisted channels if we join them (SAJOIN e.g.)Gravatar jesopo2019-09-051-0/+5
* don't just remove the first key in a JOIN when there's a blacklisted channelGravatar jesopo2019-09-051-11/+16
* add channel_blacklist.pyGravatar jesopo2019-09-051-0/+30