[BACK]Return to BNC.pm CVS log [TXT][DIR] Up to [local] / botnow

Diff for /botnow/BNC.pm between version 1.2 and 1.3

version 1.2, 2021/07/21 22:04:30 version 1.3, 2021/08/26 08:17:22
Line 211  sub mbnc {
Line 211  sub mbnc {
                 foreach my $user (@users) {                  foreach my $user (@users) {
                         if ($user eq $username) {                          if ($user eq $username) {
                                 main::putserv($bot, "PRIVMSG $nick :Sorry, username taken. Please contact staff if you need help.");                                  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;                  #my $captcha = join'', map +(0..9,'a'..'z','A'..'Z')[rand(10+26*2)], 1..4;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb