summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bridge/bridge.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bridge/bridge.cpp b/src/bridge/bridge.cpp
index 4b2d895..aa88262 100644
--- a/src/bridge/bridge.cpp
+++ b/src/bridge/bridge.cpp
@@ -246,8 +246,8 @@ void Bridge::send_xmpp_message(const std::string& from, const std::string& autho
{
IrcUser user(author);
body = "\u000303"s + user.nick + (user.host.empty()?
- "\u0003: ":
- (" (\u000310" + user.host + "\u000303)\u0003: ")) + msg;
+ "\u0003: ":
+ (" (\u000310" + user.host + "\u000303)\u0003: ")) + msg;
}
else
body = msg;