enabledCryptos ^= GenericCrypto.CRYPTO_BASE64;
dispatchRecieveInfo("Base64 crypto " + (((enabledCryptos & GenericCrypto.CRYPTO_BASE64) != 0) ? "enabled" : "disabled"));
return;
}
if(command[0].equals("botnet") && (this instanceof BNCSConnection)) {
BotNetConnection botnet = ((BNCSConnection)this).getBotNet();
if(botnet != null) {
botnet.processCommand(text.substring(8));
return;
}
}
break;
case 'c':