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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user