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

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-06-03 21:42:06 +01:00
27 changed files with 1541 additions and 1474 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ class InspIRCdProto : public IRCDProto
{
if (Servers::Capab.count("SVSTOPIC"))
{
UplinkSocket::Message(c->ci->WhoSends()) << "SVSTOPIC " << c->name << " " << c->topic_ts << " " << c->topic_setter << " :" << c->topic;
UplinkSocket::Message(c->WhoSends()) << "SVSTOPIC " << c->name << " " << c->topic_ts << " " << c->topic_setter << " :" << c->topic;
}
else
{