summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-10-07 23:28:40 +0200
committerlouiz’ <louiz@louiz.org>2016-10-07 23:28:40 +0200
commit8ac8d2b2425d19eb995a36efa808b664979e358f (patch)
treedaa167a45c9b104a4ef57a965f6aad73644ffb1c /src/bridge/bridge.hpp
parent8cf292fa446e26012cf4a8ff186105d8e762f79b (diff)
downloadbiboumi-8ac8d2b2425d19eb995a36efa808b664979e358f.tar.gz
biboumi-8ac8d2b2425d19eb995a36efa808b664979e358f.tar.bz2
biboumi-8ac8d2b2425d19eb995a36efa808b664979e358f.tar.xz
biboumi-8ac8d2b2425d19eb995a36efa808b664979e358f.zip
Correctly set status="110" in the presence for the target of a kick
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index 208de32..b2432f0 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -181,7 +181,8 @@ public:
const std::string& new_nick,
const char user_mode,
const bool self);
- void kick_muc_user(Iid&& iid, const std::string& target, const std::string& reason, const std::string& author);
+ void kick_muc_user(Iid&& iid, const std::string& target, const std::string& reason, const std::string& author,
+ const bool self);
void send_nickname_conflict_error(const Iid& iid, const std::string& nickname);
/**
* Send a role/affiliation change, matching the change of mode for that user