1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +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
@@ -2487,7 +2487,7 @@ weechat_plugin_init (t_weechat_plugin *plugin)
"filename: Lua script (file) to load\n"
"script: script name to unload\n\n"
"Without argument, /lua command lists all loaded Lua scripts.",
"load|autoload|reload|unload",
"load|autoload|reload|unload %f",
weechat_lua_cmd, NULL, NULL);
plugin->mkdir_home (plugin, "lua");