mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
60b9e36ae2
Before fix:
string_match("script.color.text_description", "*script*color*", 0) => 0
After fix:
string_match("script.color.text_description", "*script*color*", 0) => 1