mirror of
https://github.com/anope/anope.git
synced 2026-06-26 17:56:38 +02:00
Fix topiclock on inspircd
This commit is contained in:
@@ -223,9 +223,9 @@ class PlexusProto : public IRCDProto
|
||||
UplinkSocket::Message(Me) << "ENCAP * SU " << u->GetUID();
|
||||
}
|
||||
|
||||
void SendTopic(BotInfo *bi, Channel *c) anope_override
|
||||
void SendTopic(BotInfo *bi, Channel *c, const Anope::string &topic, const Anope::string &setter, time_t &ts) anope_override
|
||||
{
|
||||
UplinkSocket::Message(bi) << "ENCAP * TOPIC " << c->name << " " << c->topic_setter << " " << c->topic_time + 1 << " :" << c->topic;
|
||||
UplinkSocket::Message(bi) << "ENCAP * TOPIC " << c->name << " " << setter << " " << ts << " :" << topic;
|
||||
}
|
||||
|
||||
void SendChannel(Channel *c) anope_override
|
||||
|
||||
Reference in New Issue
Block a user