summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python.c
diff options
context:
space:
mode:
authorEmmanuel Bouthenot <kolter@openics.org>2006-10-28 20:24:20 +0000
committerEmmanuel Bouthenot <kolter@openics.org>2006-10-28 20:24:20 +0000
commit7772bcfd33cdc7ae600fcefe038a36d3787663d1 (patch)
tree78134ca67408afd869a192cef746fb13389f798b /src/plugins/scripts/python/weechat-python.c
parent5473b39986481ae1876b2888c51d98006e6f5c6a (diff)
downloadweechat-7772bcfd33cdc7ae600fcefe038a36d3787663d1.zip
improve plugins/scripts completion template to use filename completion
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r--src/plugins/scripts/python/weechat-python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c
index 72af29bb1..bf55a5262 100644
--- a/src/plugins/scripts/python/weechat-python.c
+++ b/src/plugins/scripts/python/weechat-python.c
@@ -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");