From 4df09d08fd3d46b92549a7676997ac8908f42eb1 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 31 Mar 2018 19:03:58 +0200 Subject: [PATCH] updated wiki formatting --- BeezleBot/BeezleBot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeezleBot/BeezleBot.cpp b/BeezleBot/BeezleBot.cpp index 482d8dd..c8d86ab 100644 --- a/BeezleBot/BeezleBot.cpp +++ b/BeezleBot/BeezleBot.cpp @@ -30,7 +30,7 @@ int main(int argc, char **argv) { std::ostringstream logMessage; logMessage << message.from->firstName << " (" << *message.from->username << ")" - << ": " << *message.text; + << ":\\\\ " << *message.text; api.getLogger().info(logMessage.str()); std::ostringstream wikiMessage;