mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
Convert all docs to asciidoc format, add scripting guide
This commit is contained in:
@@ -1945,8 +1945,8 @@ config_weechat_init_options ()
|
||||
config_plugin_path = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"path", "string",
|
||||
N_("path for searching plugins ('%h' will be replaced by "
|
||||
"WeeChat home, ~/.weechat by default)"),
|
||||
N_("path for searching plugins (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"),
|
||||
NULL, 0, 0, "%h/plugins", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_plugin_save_config_on_unload = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
|
||||
Reference in New Issue
Block a user