2223242526272829303132
handler.sendClientMsg("DONE"); return true; } if(command.toLowerCase().startsWith("asend ")) { lobbyServer.androidSend( command.substring("asend ".length()), "test message", null); handler.sendClientMsg("DONE"); return true; }