summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-10-31 01:38:26 +0100
committerlouiz’ <louiz@louiz.org>2016-10-31 01:39:35 +0100
commit1d2f20600a937cd00181a2fad055cd9bb56f058e (patch)
tree9b0cf839d6ce202598471afcb92074e4ebb110e7 /src/irc/irc_client.hpp
parentfdf336afa017c24eb483f741e4037226f8a08401 (diff)
downloadbiboumi-1d2f20600a937cd00181a2fad055cd9bb56f058e.tar.gz
biboumi-1d2f20600a937cd00181a2fad055cd9bb56f058e.tar.bz2
biboumi-1d2f20600a937cd00181a2fad055cd9bb56f058e.tar.xz
biboumi-1d2f20600a937cd00181a2fad055cd9bb56f058e.zip
Handle IRC message 341 (invite confirmation)
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 9f53c3c..1b4d892 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -214,6 +214,10 @@ public:
*/
void on_empty_topic(const IrcMessage& message);
/**
+ * The IRC server is confirming that the invitation has been forwarded
+ */
+ void on_invited(const IrcMessage& message);
+ /**
* The channel has been completely joined (self presence, topic, all names
* received etc), send the self presence and topic to the XMPP user.
*/