diff options
author | LemonBoy <thatlemon@gmail.com> | 2016-09-11 17:05:03 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2016-09-11 17:05:03 +0200 |
commit | f492ec8abfad770e2566188e7d8721d75680e28e (patch) | |
tree | 39801053ea9fdc0111c046396786217d63ae028a /docs | |
parent | b2424f31933309a0b3dfa6cb541c2917443a38d4 (diff) | |
download | irssi-f492ec8abfad770e2566188e7d8721d75680e28e.zip |
Document the addition of the -autorun switch for /script reset.
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. |