mirror of
git://git.acid.vegas/unrealircd.git
synced 2025-02-18 18:29:05 +00:00
Do not send topic change to channel
This commit is contained in:
parent
683adb6a3c
commit
0e6b544844
@ -312,8 +312,7 @@ void _set_channel_topic(Client *client, Channel *channel, MessageTag *recv_mtags
|
|||||||
sendto_server(client, 0, 0, mtags, ":%s TOPIC %s %s %lld :%s",
|
sendto_server(client, 0, 0, mtags, ":%s TOPIC %s %s %lld :%s",
|
||||||
client->id, channel->name, channel->topic_nick,
|
client->id, channel->name, channel->topic_nick,
|
||||||
(long long)channel->topic_time, channel->topic);
|
(long long)channel->topic_time, channel->topic);
|
||||||
sendto_channel(channel, client, NULL, 0, 0, SEND_LOCAL, mtags,
|
// EXPERIMENTAL - have not tried this
|
||||||
":%s TOPIC %s :%s",
|
//sendto_channel(channel, client, NULL, 0, 0, SEND_LOCAL, mtags, ":%s TOPIC %s :%s", client->name, channel->name, channel->topic);
|
||||||
client->name, channel->name, channel->topic);
|
|
||||||
free_message_tags(mtags);
|
free_message_tags(mtags);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user