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

improve plugins/scripts completion template to use filename completion

This commit is contained in:
Emmanuel Bouthenot
2006-10-28 20:24:20 +00:00
parent 5473b39986
commit 7772bcfd33
10 changed files with 56 additions and 30 deletions
+1 -1
View File
@@ -2235,7 +2235,7 @@ weechat_plugin_init (t_weechat_plugin *plugin)
"filename: Python script (file) to load\n"
"script: script name to unload\n\n"
"Without argument, /python command lists all loaded Python scripts.",
"load|autoload|reload|unload",
"load|autoload|reload|unload %f",
weechat_python_cmd, NULL, NULL);
plugin->mkdir_home (plugin, "python");