From d43083661d814e3ef6d92a29fb2501515e429d71 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 15 Jul 2020 10:59:37 +0200 Subject: [PATCH] Remove some join annoucements --- Delling.pm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Delling.pm b/Delling.pm index bed84f4..c6d06fa 100644 --- a/Delling.pm +++ b/Delling.pm @@ -117,18 +117,6 @@ FROM users u WHERE hostmask = ? unless ($user->{password}) { $irc->yield(privmsg => $channel, "$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 > 12 && not defined $user->{pid}){ - $irc->yield(privmsg => $channel, "$nick: go to https://nd.ruin.nu/ and enter your coords."); - } - - if (not defined $user->{last_forum_visit}){ - $irc->yield(privmsg => $channel, "$nick: Go read the forum! https://nd.ruin.nu/forum"); - }else { - my $unread = $dbh->selectrow_hashref(q{SELECT * FROM unread_posts($1)},undef,$user->{uid}); - if ($unread && $unread->{new}){ - $irc->yield(notice => $nick, "$unread->{new} posts since your last forum visit ($unread->{unread} unread posts in total) https://nd.ruin.nu/forum/allUnread"); - } - } } if (time - $last_announcement < 2){ $last_announcement = time; -- 2.39.2