summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-12-13 14:48:41 +0100
committerlouiz’ <louiz@louiz.org>2016-12-13 14:48:41 +0100
commit4792c70635cd73d581861a6da9794655a5e72099 (patch)
tree743dd78258aa2667725bc1e485bcca06bc068e4a /src/irc/irc_client.hpp
parent2e4a9fe4c78bb45de912d2e5b90106397d59348e (diff)
downloadbiboumi-4792c70635cd73d581861a6da9794655a5e72099.tar.gz
biboumi-4792c70635cd73d581861a6da9794655a5e72099.tar.bz2
biboumi-4792c70635cd73d581861a6da9794655a5e72099.tar.xz
biboumi-4792c70635cd73d581861a6da9794655a5e72099.zip
Send a presence error from the room, when receiving command ERR_BADCHANNELKEY
fix #2886
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 4edc32c..4b942ad 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -257,6 +257,7 @@ public:
void on_nick(const IrcMessage& message);
void on_kick(const IrcMessage& message);
void on_mode(const IrcMessage& message);
+ void on_channel_bad_key(const IrcMessage& message);
/**
* A mode towards our own user is received (note, that is different from a
* channel mode towards or own nick, see