-
- Downloads
colorize_nicks.py 26: fix freezes with too many nicks in one line (closes #197)
With `greedy_matching` enabled, too many nicks on one
line completely locks up weechat.
Add a `match_limit` configuration variable (defaults to 20)
which is used as a hard limit for number of greedy matches
allowed, at which point the plugin will fall back to the lazy
matching algorithm.
Fixes issue #197.
Signed-off-by:
Joey Pabalinas <joeypabalinas@gmail.com>
Please register or sign in to comment