backslash works better for CMDSEP

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 2018-08-01 19:35:06 +00:00
parent 5c859e6fef
commit b878250bbf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ but in the year 2005 this is still not the case. -lynX
#define ESC2 '`' /* other special escape char */
#define STRESC2 "`"
-#define CMDSEP ';' /* command separator character */
+#define CMDSEP '§' /* command separator character */
+#define CMDSEP '\\' /* command separator character */
#define SPECIAL_CHARS "{}();\"=" /* specials chars needing escape */
#define MPI "~$#E" /* MUME protocol introducer */
#define MPILEN 4 /* strlen(MPI) */