761762763764765766767768769770771
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':