Skip to content
Snippets Groups Projects
Commit 6b75310e authored by Nigel Reed's avatar Nigel Reed Committed by Rob Swindell
Browse files

Added NEW-ENVIRON. Note the variable is NEW_ENVIRON

parent 984f1eb6
No related branches found
No related tags found
1 merge request!413Added NEW-ENVIRON. Note the variable is NEW_ENVIRON
......@@ -19,6 +19,8 @@ const NOP =241 /* 0xf1 - No operation */
const SE =240 /* 0xf0 - End of subnegotiation parameters. */
const NEW_ENVIRON =39 /* 0x27 - NEW-ENVIRON - Exchange environment vars etc. */
/* js doesn't like - in variables so must use underscore */
const NAWS =31 /* 0x1f - NAWS - Negotiate About Window Size */
const MSDP =69 /* 0x45 - MSDP - MUD Server Data Protocl */
const MMSP =70 /* 0x46 - MMSP - MUD Master Server Protocol */
......@@ -56,6 +58,7 @@ function cmdstr(cmd)
case MXP: return "MXP";
case AARD: return "AARD";
case GCMP: return "GCMP";
case NEW_ENVIRON: return "NEW-ENVIRON";
}
return cmd;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment