From 25f8f69d737a29f93a91a2c4d2a4d408dd29e121 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Tue, 17 Sep 2024 12:05:37 -0700 Subject: [PATCH] Update default CantPostMsg to match text.dat --- src/sbbs3/text_defaults.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/text_defaults.c b/src/sbbs3/text_defaults.c index 2c8e70fbb4..216479aa52 100644 --- a/src/sbbs3/text_defaults.c +++ b/src/sbbs3/text_defaults.c @@ -1242,8 +1242,8 @@ const char * const text_defaults[TOTAL_TEXT]={ "\x61\x67\x65\x20\x23\x25\x75\x2e\x0d\x0a" // 758 CantDeleteMsg ,"\x01\x6e\x0d\x0a\x53\x6f\x72\x72\x79\x2c\x20\x79\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x72\x65\x61\x64\x20\x6d\x65\x73\x73\x61\x67" "\x65\x73\x20\x6f\x6e\x20\x25\x73\x20\x25\x73\x0d\x0a" // 759 CantReadSub - ,"\x01\x6e\x0d\x0a\x53\x6f\x72\x72\x79\x2c\x20\x79\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x70\x6f\x73\x74\x20\x74\x68\x61\x74\x20\x6d" - "\x65\x73\x73\x61\x67\x65\x2e\x0d\x0a" // 760 CantPostMsg + ,"\x0d\x53\x6f\x72\x72\x79\x2c\x20\x79\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x70\x6f\x73\x74\x20\x74\x68\x61\x74\x20\x6d\x65\x73\x73" + "\x61\x67\x65\x2e\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x25\x73\x0d\x0a" // 760 CantPostMsg ,"\x0d\x0a\x01\x79\x01\x68\x4f\x70\x65\x72\x61\x74\x6f\x72\x3a\x20\x01\x77" // 761 OperatorPrompt ,"\x41\x64\x64\x20\x74\x68\x69\x73\x20\x73\x75\x62\x2d\x62\x6f\x61\x72\x64\x20\x74\x6f\x20\x79\x6f\x75\x72\x20\x6e\x65\x77\x2d\x73" "\x63\x61\x6e\x20\x6c\x69\x73\x74" // 762 AddSubToNewScanQ -- GitLab