summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-04-11 17:14:39 +0200
committerlouiz’ <louiz@louiz.org>2016-04-22 10:49:06 +0200
commit464261d4ed462f5d74507fe4d17bc5f76b5f726d (patch)
tree805e6c71e89f53f8b4705ef2a9b0e800f174d6f0 /src/irc/irc_client.hpp
parent606700f4c5c2e76762b6c5d1ba360e99932b3309 (diff)
downloadbiboumi-464261d4ed462f5d74507fe4d17bc5f76b5f726d.tar.gz
biboumi-464261d4ed462f5d74507fe4d17bc5f76b5f726d.tar.bz2
biboumi-464261d4ed462f5d74507fe4d17bc5f76b5f726d.tar.xz
biboumi-464261d4ed462f5d74507fe4d17bc5f76b5f726d.zip
Support RPL_NOTPIC and 005
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 628f547..5efecc6 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -144,6 +144,10 @@ public:
*/
void on_isupport_message(const IrcMessage& message);
/**
+ * Does nothing yet. Isn’t that duplicating features from 005?
+ */
+ void on_server_myinfo(const IrcMessage& message);
+ /**
* Just empty the motd we kept as a string
*/
void empty_motd(const IrcMessage& message);
@@ -195,6 +199,10 @@ public:
*/
void on_topic_received(const IrcMessage& message);
/**
+ * Empty the topic
+ */
+ void on_empty_topic(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.
*/