1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

script: add missing extensions in output of /script -o|-i

This commit is contained in:
Sebastien Helleu
2012-08-21 21:59:58 +02:00
parent 09f80c20d6
commit b1da1cba4c
+2
View File
@@ -122,6 +122,8 @@ script_action_list_input (int send_to_buffer)
if (buf[0])
strcat (buf, ", ");
strcat (buf, weechat_hdata_string (hdata, ptr_script, "name"));
strcat (buf, ".");
strcat (buf, script_extension[i]);
strcat (buf, " ");
strcat (buf, weechat_hdata_string (hdata, ptr_script, "version"));
length = strlen (buf);