From cbe172da35e963a0e3205af1337e7b5efee24c13 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 18 Mar 2010 15:10:39 +0100 Subject: [PATCH] Shuffle after 12 ticks --- Delling.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delling.pm b/Delling.pm index dc4a0b0..bb6b97e 100644 --- a/Delling.pm +++ b/Delling.pm @@ -127,7 +127,7 @@ FROM users u WHERE hostmask = ? if ($user->{password} eq ''){ $irc->yield(privmsg => $disp->targets->{members}, "$nick: Get a new random password with /msg delling !getpass . If you don't know your username, then you can get it with .points"); } - if ($tick > 36 && not defined $user->{pid}){ + if ($tick > 12 && not defined $user->{pid}){ $irc->yield(privmsg => $disp->targets->{members}, "$nick: go to https://nd.ruin.nu/ and enter your coords."); } -- 2.39.2