From: Michael Andreen Date: Thu, 18 Mar 2010 14:10:39 +0000 (+0100) Subject: Shuffle after 12 ticks X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=cbe172da35e963a0e3205af1337e7b5efee24c13;hp=5684c48c49dfeb5f75b10f70149debed1247c596 Shuffle after 12 ticks --- 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."); }