protocols/ircv3/purpleircv3connection.c

changeset 43238
58bca4467196
parent 43236
ce4987105a4e
child 43246
0e9bbe9b4da8
--- a/protocols/ircv3/purpleircv3connection.c	Tue Apr 22 00:09:40 2025 -0500
+++ b/protocols/ircv3/purpleircv3connection.c	Tue Apr 22 00:22:44 2025 -0500
@@ -438,6 +438,12 @@
 	g_signal_connect_object(client, "message::" IBIS_RPL_TOPIC,
 	                        G_CALLBACK(purple_ircv3_message_handler_topic),
 	                        connection, G_CONNECT_DEFAULT);
+	g_signal_connect_object(client, "message::" IBIS_RPL_TOPICWHOTIME,
+	                        G_CALLBACK(purple_ircv3_message_handler_whotopic),
+	                        connection, G_CONNECT_DEFAULT);
+	g_signal_connect_object(client, "message::" IBIS_RPL_CHANNEL_URL,
+	                        G_CALLBACK(purple_ircv3_message_handler_channel_url),
+	                        connection, G_CONNECT_DEFAULT);
 
 	g_signal_connect_object(client, "message::" IBIS_MSG_PRIVMSG,
 	                        G_CALLBACK(purple_ircv3_message_handler_privmsg),

mercurial