aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_keys.py
Commit message (Collapse)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-55/+0
|
* Don't assign `keys` to an array index that doesn't exist yetGravatar jesopo2019-11-081-1/+10
|
* JOIN keys should be comma separated tooGravatar jesopo2019-11-081-1/+1
|
* unset saved channel key on -kGravatar jesopo2019-07-031-0/+4
|
* remove debug printsGravatar jesopo2019-07-031-2/+0
|
* catch +k cmodes (MODE, 324) and store themGravatar jesopo2019-07-031-0/+11
|
* Intercept JOINs and attach known keys (channel_keys.py)Gravatar jesopo2019-07-021-0/+33