aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_blacklist.py
Commit message (Collapse)AuthorAgeFilesLines
* 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