summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-01-24 16:19:13 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-01-24 17:33:04 +0100
commit2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314 (patch)
tree458c2e5c387cbcafee16017c323a7f50557f7db1 /src/bridge/bridge.hpp
parenta447214f10e894a7de827c3ff10c185280ed2538 (diff)
downloadbiboumi-2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314.tar.gz
biboumi-2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314.tar.bz2
biboumi-2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314.tar.xz
biboumi-2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314.zip
Change IRC modes when receiving an affiliation/role change request
fix #2946
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index 13cac23..b1f79d5 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -72,6 +72,8 @@ public:
void send_irc_version_request(const std::string& irc_hostname, const std::string& target,
const std::string& iq_id, const std::string& to_jid,
const std::string& from_jid);
+ void forward_affiliation_role_change(const Iid& iid, const std::string& nick,
+ const std::string& affiliation, const std::string& role);
/**
* Directly send a CTCP PING request to the IRC user
*/