As of 2370378, smartfilter is broken with themes which alter the way quit and nickchange messages are displayed. For example, the theme I use contains (among other things):
formats = {
"fe-common-core" = {
quit = "%K[-] $0 quit -- $2%N";
nick_changed = "%B** $0 is now known as $1";
}
}
Perhaps there's another way to achieve per-channel filtering of nick and which is less brittle.
As of 2370378, smartfilter is broken with themes which alter the way quit and nickchange messages are displayed. For example, the theme I use contains (among other things):
Perhaps there's another way to achieve per-channel filtering of nick and which is less brittle.