summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-12-24 15:50:29 +0100
committerFlorent Le Coz <louiz@louiz.org>2016-01-04 13:47:26 +0100
commit1fc3fa1bd8d98d45d18e8af76202cbf6b757b369 (patch)
treeddf3a7a5d4e0141f1e71c2c5ed03ca8e96b13f59 /src/xmpp/biboumi_component.hpp
parent421c960df501b40e836a783400ab00dc60c3fdae (diff)
downloadbiboumi-1fc3fa1bd8d98d45d18e8af76202cbf6b757b369.tar.gz
biboumi-1fc3fa1bd8d98d45d18e8af76202cbf6b757b369.tar.bz2
biboumi-1fc3fa1bd8d98d45d18e8af76202cbf6b757b369.tar.xz
biboumi-1fc3fa1bd8d98d45d18e8af76202cbf6b757b369.zip
Add an ad-hoc configure command on IRC channels
Include encodingIn and encodingOut options, unused at the moment
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index 69eebdc..7602332 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -98,6 +98,7 @@ private:
std::unordered_map<std::string, std::unique_ptr<Bridge>> bridges;
AdhocCommandsHandler irc_server_adhoc_commands_handler;
+ AdhocCommandsHandler irc_channel_adhoc_commands_handler;
BiboumiComponent(const BiboumiComponent&) = delete;
BiboumiComponent(BiboumiComponent&&) = delete;