X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Members.pm;h=40d50bc8284fd897d66b0b7f4cc2c377cf156f0c;hb=d38e60b3d2501078fac47a6aacac638217cc4db1;hp=05b7ac701103fd593abf74a19869faee5f54ce29;hpb=fbc70113998582851b1830f42eca62acfcf03dd3;p=NDIRC.git diff --git a/Members.pm b/Members.pm index 05b7ac7..40d50bc 100644 --- a/Members.pm +++ b/Members.pm @@ -66,7 +66,7 @@ SQL $f->execute(); my $calls = ""; while (my ($raid) = $f->fetchrow()){ - $calls .= " https://nd.ruin.nu/raids?raid=$raid |" + $calls .= " http://nd.ruin.nu/raids?raid=$raid |" } $calls = "No open future raids" if ($f->rows == 0); chop($calls); @@ -78,7 +78,7 @@ sub checkPoints { my ($nick,$command) = @_; my $f; if ($nick){ - if (officer() || dc() || bc()){ + if (officer() || dc() || bc() || ia()){ $f = $ND::DBH->prepare("SELECT username, attack_points, defense_points, scan_points, humor_points FROM users WHERE username ILIKE ?"); }else{ $ND::server->command("msg $ND::target Only officers are allowed to check for others");