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