]> jfr.im git - irc/kvirc/kvirc-scripts.git/commitdiff
monster slap: fix another pebcak %slap array count didnt match entry number
authorun1versal <redacted>
Sun, 17 Jul 2016 06:16:13 +0000 (07:16 +0100)
committerGitHub <redacted>
Sun, 17 Jul 2016 06:16:13 +0000 (07:16 +0100)
monster-slap/slap.kvs

index b484621478189cf5f7406c7643cd5c92eed8f885..fdfb057088a5726dd97b2f550fa0d7c62fda3a74 100644 (file)
@@ -4,7 +4,7 @@ alias(slap)
        %self = "own self"
        %name = "Monster slap"
        %aliasname = "slap"
-       %version = "1.3.2"
+       %version = "1.3.3"
 
        if ($0 == self)
        {
@@ -93,8 +93,8 @@ alias(slap)
        %slap[28] = "a Klingon disruptor!"
        %slap[29] = "some monkey's feces!"
        %slap[30] = "a cast iron frying pan!"
-       %slap[31] = "a reconstituted, frozen and genetically modified fart!"
-       %f = $rand(30)
+       %slap[31] = "a reconstituted, flash-frozen and genetically modified fart!"
+       %f = $rand(31)
        %vslap = %slap[%f]
 
        if(($window.type == "query") && (%nick == ""))