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