From f492ec8abfad770e2566188e7d8721d75680e28e Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 11 Sep 2016 17:05:03 +0200 Subject: [PATCH] Document the addition of the -autorun switch for /script reset. --- docs/help/in/script.in | 2 ++ 1 file changed, 2 insertions(+) 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.