]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Updated so that it's clear who should get +h. Before level 10s didn't get it anyway...
authorsplidge <redacted>
Fri, 14 Mar 2008 15:34:31 +0000 (15:34 +0000)
committersplidge <redacted>
Fri, 14 Mar 2008 15:34:31 +0000 (15:34 +0000)
chanserv/utils/conv4.pl

index d2e27945fe04df28a2c0e7eed0a7c12cc112efa2..b4729fc732a794090717de52a5cb82582095b2d6 100644 (file)
@@ -315,11 +315,11 @@ sub loadusers {
       if ($_ eq "end") {
 #      print "Got user $username [$userid]\n";
        $uflags=4;
-       # 10-900 get +h, 900+ get +o
+       # 20-900 get +h, 900+ get +o
        if ($globalauth >= 900) {
          $uflags |= 0x20;
        } 
-       if ($globalauth > 10 and $globalauth < 900) {
+       if ($globalauth >=20 and $globalauth < 900) {
          $uflags |= 0x100;
        }
        # 997-999 get +a, 1000 gets +d