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

Update for the 1205 INVITE syntax.

This commit is contained in:
Peter Powell
2019-06-04 14:09:27 +01:00
committed by P. Powell
parent b311248bed
commit b2c3775b58
+5
View File
@@ -141,6 +141,11 @@ class InspIRCd3Proto : public IRCDProto
}
}
void SendInvite(const MessageSource &source, const Channel *c, User *u) anope_override
{
UplinkSocket::Message(source) << "INVITE " << u->GetUID() << " " << c->name << " " << c->creation_time;
}
void SendTopic(const MessageSource &source, Channel *c) anope_override
{
if (Servers::Capab.count("SVSTOPIC"))