From 1ec87c328f6ef2d9d64a2eb782cdd2916dd93d2d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 18 Nov 2018 13:12:07 +0000 Subject: Fix single backslashes in the MOTD erroneously being removed. --- src/helperfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helperfuncs.cpp') diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 6830612c7..9a6701b54 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -159,7 +159,7 @@ void InspIRCd::ProcessColors(file_cache& input) special_chars("\\s", "\x1E"), // Strikethrough special_chars("\\u", "\x1F"), // Underline special_chars("\\x", "\x0F"), // Reset - special_chars("\\", "") + special_chars("", "") }; for(file_cache::iterator it = input.begin(), it_end = input.end(); it != it_end; it++) -- cgit v1.3.1-10-gc9f91