aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/line_handler/core.py
Commit message (Expand)AuthorAgeFilesLines
* event["line"][1] -> event["line"].args[1]Gravatar jesopo2020-03-081-1/+1
* handle RPL_VISIBLEHOST (396) to catch our hostname (maybe username too) changingGravatar jesopo2020-03-051-0/+6
* send multiple KICKs in the same line when possibleGravatar jesopo2020-02-171-0/+7
* only check missed modes if our mode changes and `MODE #chan` respondsGravatar jesopo2020-01-231-8/+0
* only query missing list modes on MODE when we're seen ENDOFWHOGravatar jesopo2020-01-231-0/+8
* parse proposed ISUPPORT QUIET tokenGravatar jesopo2020-01-221-0/+6
* only respect CASEMAPPING when it's not an empty stringGravatar jesopo2019-12-271-1/+1
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-0/+154