Commit Diff


commit - 81c6ff6c7174ced998e24357d834889ab446359d
commit + 7aeaeb38a8bcbc329e5e408eeeb40f7531a2ea37
blob - 951fd3a461a511df6420e340331e3b0e786452cb
blob + 3a22b1e1a6f417d67c5844c3e4b2e3e7395ce34b
--- BNC.pm
+++ BNC.pm
@@ -195,8 +195,8 @@ sub mbnc {
 		main::whois($bot->{sock}, $nick);
 		main::ctcp($bot->{sock}, $nick);
 		main::putserv($bot, "PRIVMSG $nick :".`figlet $captcha`);
-		main::putserv($bot, "PRIVMSG $nick :https://$hostname/$hashid/captcha.png");
-		main::putserv($bot, "PRIVMSG $nick :https://$hostname/register.php?hashirc=$hashid");
+#main::putserv($bot, "PRIVMSG $nick :https://$hostname/$hashid/captcha.png");
+#main::putserv($bot, "PRIVMSG $nick :https://$hostname/register.php?hashirc=$hashid");
 		main::putserv($bot, "PRIVMSG $nick :Type !bnc captcha <text>");
 		foreach my $chan (@teamchans) {
 			main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s on $bot->{name} bnc captcha is $captcha");
@@ -389,10 +389,9 @@ Port: $plainport for plaintext
 
 *IMPORTANT*: Verify your email address:
 
-https://$hostname/register.php?hashirc=$hashirc
+Please reply to this email to indicate you have received the email. You must
+reply in order to keep your account.
 
-You *MUST* click on the link or your account will be deleted.
-
 IRCNow
 EOF
 	Mail::mail($mailfrom, $email, $mailname, "Verify IRCNow Account", $body);