svn: 1695
@@ -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
@@ -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;