From b878250bbf2d53a04e4ff9384e0c846499c9376f Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 1 Aug 2018 19:35:06 +0000 Subject: [PATCH] backslash works better for CMDSEP --- utility/powwow.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/powwow.patch b/utility/powwow.patch index fa045bb..6334c68 100644 --- a/utility/powwow.patch +++ b/utility/powwow.patch @@ -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) */