diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-09-19 22:14:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-19 22:14:57 +0200 |
commit | b3c6cdbb9172af1de2e8572ee48edce84f9caca5 (patch) | |
tree | 1b94ec764599dc73ed2f6b5ce4c8add9e8ca935e /docs | |
parent | b58be939d269c72e7f00e75e18fb0619d1dae432 (diff) | |
parent | f492ec8abfad770e2566188e7d8721d75680e28e (diff) | |
download | irssi-b3c6cdbb9172af1de2e8572ee48edce84f9caca5.zip |
Merge pull request #540 from LemonBoy/reset-autorun
/script reset can now also run the autorun scripts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/script.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/in/script.in b/docs/help/in/script.in index 6e94ef7f..e90135ad 100644 --- a/docs/help/in/script.in +++ b/docs/help/in/script.in @@ -12,6 +12,8 @@ RESET: Unloads all the scripts. -permanent: In combination with EXEC, the code will be loaded into the memory. + -autorun: When passed to RESET the scripts in the autorun folder are + reloaded. If no argument is given, the list of active scripts will be displayed. |