1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

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

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) */