1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

script: make script names case sensitive (issue #1872)

This commit is contained in:
Sébastien Helleu
2023-01-27 19:42:24 +01:00
parent 375c9f8b1e
commit 3319e6ff6e
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ script_info_infolist_script_script_cb (const void *pointer, void *data,
{
if (!arguments || !arguments[0]
|| weechat_string_match (ptr_script->name_with_extension,
arguments, 0))
arguments, 1))
{
if (!script_repo_add_to_infolist (ptr_infolist, ptr_script))
{