Преглед изворни кода

* +m no longer implies +j.

svn: 1695
Bryan Drewery пре 21 година
родитељ
комит
e34eebe527
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      doc/UPDATES
  2. 1 1
      src/flags.c

+ 1 - 0
doc/UPDATES

@@ -47,6 +47,7 @@ This is a summary of ChangeLog basically.
 * No longer making the bot fatal() if it cannot open a new socket.
 * Fixed NAT bug for botlinks.
 * All bots are now spawned with -B regardless of order in config.
+* +m no longer implies +j.
 
 1.2
 * No longer displaying SALTS on ./bin -v

+ 1 - 1
src/flags.c

@@ -61,7 +61,7 @@ sanity_check(flag_t atr, int bot)
   }
   /* Master implies botmaster, op */
   if (atr & USER_MASTER)
-    atr |= USER_OP | USER_CHUBA;
+    atr |= USER_OP;
   /* Can't be botnet master without party-line access */
 /*  if (atr & USER_BOTMAST)
     atr |= USER_PARTY;