~singpolyma/biboumi

65f219594d16bac119e50ac882139f5b1461b1e3 — Florent Le Coz 9 years ago f6e6b89
Fix a little indentation
1 files changed, 2 insertions(+), 2 deletions(-)

M src/bridge/bridge.cpp
M src/bridge/bridge.cpp => src/bridge/bridge.cpp +2 -2
@@ 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;