1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Allow script commands to reload only one script

This commit is contained in:
Sebastien Helleu
2010-02-23 10:51:59 +01:00
parent 27bf347e1c
commit 3d3dc1593d
31 changed files with 257 additions and 134 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
" || listfull %s"
" || load %(filename)"
" || autoload"
" || reload"
" || reload %s"
" || unload %s",
"%s",
string);
@@ -257,7 +257,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
N_("list/load/unload scripts"),
N_("[list [name]] | [listfull [name]] | "
"[load filename] | [autoload] | "
"[reload] | [unload [name]]"),
"[reload [name]] | [unload [name]]"),
N_("filename: script (file) to load\n"
"name: a script name\n\n"
"Without argument, this command "