From 251cd4a76fd2b986a1153909eb4e8893d6014c68 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Sep 2012 14:42:00 +0300 Subject: Add space at end of chat url link. Remove spaces before opening link. --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index 6876f4463..bdce12dea 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -1223,7 +1223,7 @@ void CommandHandler::handleUrl(const std::string &args, std::string url = args; if (!strStartWith(url, "http")) url = "http://" + url; - std::string str = strprintf("[@@%s|%s@@]", url.c_str(), args.c_str()); + std::string str = strprintf("[@@%s |%s@@]", url.c_str(), args.c_str()); outStringNormal(tab, str, str); } } -- cgit v1.2.3-70-g09d2