summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-09-18 21:55:21 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-09-18 22:09:26 +0200
commit45e8fe56a688ec03201cdfc3dfea6ae186af682d (patch)
tree7b390546b414f077bec00219d60755d8a7a47c46 /src/xmpp/biboumi_component.hpp
parent19666d2ffd3ce36b7edd4044143fe535ef85dbd9 (diff)
downloadbiboumi-45e8fe56a688ec03201cdfc3dfea6ae186af682d.tar.gz
biboumi-45e8fe56a688ec03201cdfc3dfea6ae186af682d.tar.bz2
biboumi-45e8fe56a688ec03201cdfc3dfea6ae186af682d.tar.xz
biboumi-45e8fe56a688ec03201cdfc3dfea6ae186af682d.zip
Add an AdhocCommandsHandler to store commands specific to IRC servers
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index 8b0b3da..fe99f2d 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -97,6 +97,8 @@ private:
*/
std::unordered_map<std::string, std::unique_ptr<Bridge>> bridges;
+ AdhocCommandsHandler irc_server_adhoc_commands_handler;
+
BiboumiComponent(const BiboumiComponent&) = delete;
BiboumiComponent(BiboumiComponent&&) = delete;
BiboumiComponent& operator=(const BiboumiComponent&) = delete;