summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-04-19 02:43:26 +0200
committerlouiz’ <louiz@louiz.org>2016-04-22 10:49:07 +0200
commit04d28f968b227067e77e365d317fc251d3c965f7 (patch)
treef457b9167c1d91312a8ce341abe0559be2877be7 /src/irc/irc_client.hpp
parent64f341ee80b0d53f0a6e128a1ccc38205361c3bb (diff)
downloadbiboumi-04d28f968b227067e77e365d317fc251d3c965f7.tar.gz
biboumi-04d28f968b227067e77e365d317fc251d3c965f7.tar.bz2
biboumi-04d28f968b227067e77e365d317fc251d3c965f7.tar.xz
biboumi-04d28f968b227067e77e365d317fc251d3c965f7.zip
Forward the topic authors, handle the author from 333 messages
fix #2
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 5efecc6..ceaa860 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -199,6 +199,10 @@ public:
*/
void on_topic_received(const IrcMessage& message);
/**
+ * Save the topic author in the IrcChannel
+ */
+ void on_topic_who_time_received(const IrcMessage& message);
+ /**
* Empty the topic
*/
void on_empty_topic(const IrcMessage& message);