mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Merge branch 'master' into wdk
This commit is contained in:
@@ -686,10 +686,10 @@ inbound_topicnew (server *serv, char *nick, char *chan, char *topic)
|
||||
sess = find_channel (serv, chan);
|
||||
if (sess)
|
||||
{
|
||||
EMIT_SIGNAL (XP_TE_NEWTOPIC, sess, nick, topic, chan, NULL, 0);
|
||||
stripped_topic = strip_color (topic, -1, STRIP_ALL);
|
||||
set_topic (sess, topic, stripped_topic);
|
||||
g_free (stripped_topic);
|
||||
EMIT_SIGNAL (XP_TE_NEWTOPIC, sess, nick, topic, chan, NULL, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user