]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/RootWarn.pl
- added top3 irctextcounter stats
[infobot.git] / src / Modules / RootWarn.pl
index 1a3d6c6df8536da241856226e82ce52c6c003d06..6944b196583c8215ea37a28bdd3d58e839829895 100644 (file)
@@ -17,7 +17,7 @@ sub rootWarn {
            &status("rootwarn: Detected root user; notifying user");
        } else {
            &status("rootwarn: Detected root user; notifying nick and channel.");
-           rawout("PRIVMSG $chan :R".("O" x int(rand 70 + 2))."T has landed!");
+           rawout("PRIVMSG $chan :ROO".("O" x int(rand 68))."T has landed!");
        }
 
        if ($_ = &getFactoid("root")) {