mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
script: add missing extensions in output of /script -o|-i
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user