1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 20:43:12 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-03-12 11:53:14 +00:00
+1 -1
View File
@@ -315,7 +315,7 @@ public:
void SendTopic(const MessageSource &source, Channel *c) override
{
if (Servers::Capab.count("SVSTOPIC"))
if (Servers::Capab.count("TOPICLOCK"))
{
Uplink::Send(c->WhoSends(), "SVSTOPIC", c->name, c->topic_ts, c->topic_setter, c->topic);
}