mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
ee9aa28a8c
Now, /eval -n -c "a" == "a" returns True instead of False. When quotes were removed, the condition evaluated was: a" == "a (which is False).