mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
script: add status of scripts in output of command /script list in /help script
This commit is contained in:
@@ -347,6 +347,16 @@ script_command_init ()
|
||||
" | installed\n"
|
||||
" popular script\n"
|
||||
"\n"
|
||||
"In output of /script list, the possible status for each script are:\n"
|
||||
" * ? i a H N\n"
|
||||
" | | | | | |\n"
|
||||
" | | | | | obsolete (new version available)\n"
|
||||
" | | | | held\n"
|
||||
" | | | autoloaded\n"
|
||||
" | | installed\n"
|
||||
" | unknown script (can not be downloaded/updated)\n"
|
||||
" popular script\n"
|
||||
"\n"
|
||||
"Keys on script buffer:\n"
|
||||
" alt+i install script\n"
|
||||
" alt+r remove script\n"
|
||||
|
||||
Reference in New Issue
Block a user