From 8d7fe865eecbaef02122c11cf0ca44c953e6cd2c Mon Sep 17 00:00:00 2001 From: RhinosF1 <46229976+RhinosF1@users.noreply.github.com> Date: Sat, 23 Feb 2019 13:59:48 +0000 Subject: [PATCH] Added around options --- StatusChanger.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/StatusChanger.js b/StatusChanger.js index 37b3f3a..6647312 100644 --- a/StatusChanger.js +++ b/StatusChanger.js @@ -4,8 +4,8 @@ // Modified by Xenocidic to simply use /Status as a one word indicator, // Modified by Kraftlos to include Sleep status // Modified by APerson for compatibility with {{UserStatus}} -// compatible with {{Statustop}} for display - +// Modified by RhinosF1 for compatibili with his script. +// compatible with {{User:RhinosF1/Template/StatusMonitor}} addOnloadHook(function (){ //Check if the config is defined if (typeof(statusChangerConfig) == 'undefined') { @@ -13,7 +13,7 @@ addOnloadHook(function (){ } if (typeof(statusChangerConfig.statusList) == 'undefined') { - statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping' ]; + statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping', 'around(A)', 'around(R)' ]; } if (typeof(statusChangerConfig.statusPage) == 'undefined') {