[04:34:21] -O3:#<removed>- Found <removed> in bad-word channel <boldstart>#$b; removing the user.
Basically channel name was "#$" when placed into the log message, it became "$b#$$b" which was then parsed to "#$b" instead of to "#$".
The solution is to ensure that "$"'s in channel names are replaced with "$$" before used in log messages like that.
[04:34:21] -O3:#<removed>- Found <removed> in bad-word channel <boldstart>#$b; removing the user.Basically channel name was "#$" when placed into the log message, it became "$b#$$b" which was then parsed to "#$b" instead of to "#$".
The solution is to ensure that "$"'s in channel names are replaced with "$$" before used in log messages like that.