3940414243444546474849
session.replyWithSpace(501, "Syntax error."); return; } final char type = param.charAt(0); final Structure structure = Structures.get(type); if (structure == null) { session.replyWithSpace(504, "Not implemented for this command."); return; }