mirror of
https://github.com/pragma-/pbot.git
synced 2025-11-04 16:47:23 +01:00
dehighlight_nicks() was being invoked after truncate_result(), therefore inserting \x200b zero-width space Unicode characters AFTER the message was truncated. Solution: moved dehighlight_nicks() to immediately preceding truncate_result().