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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user