]> jfr.im git - irc/weechat/scripts.git/commit
colorize_nicks.py 29: check nick for exclusion *after* stripping, decrease minimum...
authorNaïm Favier <redacted>
Mon, 11 Jul 2022 09:32:52 +0000 (11:32 +0200)
committerSébastien Helleu <redacted>
Sat, 30 Jul 2022 08:31:15 +0000 (10:31 +0200)
commitc46d70a2ed1c1eec816f96681df4db1617814d14
tree5e403cd25580a236c96680f5c3055525229643c8
parent27f8930938be42a6b80408a6c2b80df759faebb3
colorize_nicks.py 29: check nick for exclusion *after* stripping, decrease minimum length to 1

The first change is so that nicknames are checked for min_nick_length or
blacklist *after* stripping e.g. the ":" address part.

The second change is so that I can see my good friend `k` in colour.
python/colorize_nicks.py