Actually fix that correctly instead of the opposite
1 files changed, 1 insertions(+), 1 deletions(-) M src/bridge/bridge.cpp
M src/bridge/bridge.cpp => src/bridge/bridge.cpp +1 -1
@@ 1000,7 1000,7 @@ void Bridge::send_user_join(const std::string& hostname, const std::string& chan std::string full_jid = encoded_nick_name + utils::empty_if_fixed_server("%" + hostname) + "@" + this->xmpp.get_served_hostname(); if (user->host.empty()) if (!user->host.empty()) full_jid += "/" + user->host; this->xmpp.send_user_join(encoded_chan_name + utils::empty_if_fixed_server("%" + hostname),