1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in examples

This commit is contained in:
Sébastien Helleu
2017-07-22 12:57:30 +02:00
parent db5424e2af
commit 71965ddbae
30 changed files with 103 additions and 103 deletions
+2 -2
View File
@@ -167,7 +167,7 @@ script_config_get_xml_filename ()
*
* If suffix is not NULL, it is added to filename.
*
* Example: "/home/xxx/.weechat/script/iset.pl"
* Example: "/home/xxx/.weechat/script/go.py"
*
* Note: result must be freed after use.
*/
@@ -748,7 +748,7 @@ script_config_init ()
"hold", "string",
N_("scripts to \"hold\": comma-separated list of scripts which will "
"never been upgraded and can not be removed, for example: "
"\"buffers.pl,iset.pl\""),
"\"go.py,urlserver.py\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,
&script_config_change_hold_cb, NULL, NULL,