X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Delling.pm;h=bb6b97e8b9a635541fe311cefbacc87fe33c700b;hp=dc4a0b09b02dbc8049708ab02bded2272029be70;hb=cbe172da35e963a0e3205af1337e7b5efee24c13;hpb=5684c48c49dfeb5f75b10f70149debed1247c596 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."); }