summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-05-18 21:54:12 +0200
committerlouiz’ <louiz@louiz.org>2017-05-18 21:59:57 +0200
commit0ee533256d13c3a19c45db376fa872ebe619bf21 (patch)
tree26a2c224a25e9b0318f823ee30c265fe145d7d96 /src/irc/irc_client.hpp
parent3079c38d2d6ad418d2591cc7f910c588dfebd279 (diff)
downloadbiboumi-0ee533256d13c3a19c45db376fa872ebe619bf21.tar.gz
biboumi-0ee533256d13c3a19c45db376fa872ebe619bf21.tar.bz2
biboumi-0ee533256d13c3a19c45db376fa872ebe619bf21.tar.xz
biboumi-0ee533256d13c3a19c45db376fa872ebe619bf21.zip
Handle messages 367 and 368 to display the banlist in the MUC
fix #3234
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 7593029..aec6cd9 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -222,6 +222,8 @@ public:
* received etc), send the self presence and topic to the XMPP user.
*/
void on_channel_completely_joined(const IrcMessage& message);
+ void on_banlist(const IrcMessage& message);
+ void on_banlist_end(const IrcMessage& message);
/**
* Save our own host, as reported by the server
*/