=================================================================== RCS file: /cvs/botnow/BNC.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- botnow/BNC.pm 2021/07/21 22:04:30 1.2 +++ botnow/BNC.pm 2021/08/26 08:17:22 1.3 @@ -211,6 +211,7 @@ sub mbnc { foreach my $user (@users) { if ($user eq $username) { main::putserv($bot, "PRIVMSG $nick :Sorry, username taken. Please contact staff if you need help."); + return; } } #my $captcha = join'', map +(0..9,'a'..'z','A'..'Z')[rand(10+26*2)], 1..4;