mirror of
https://github.com/anope/anope.git
synced 2026-06-26 11:16:38 +02:00
Attempt #2 at silly topic ts thing, this is actually must cleaner
This commit is contained in:
@@ -225,7 +225,7 @@ class PlexusProto : public IRCDProto
|
||||
|
||||
void SendTopic(BotInfo *bi, Channel *c) 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 << " " << c->topic_setter << " " << c->topic_ts << " :" << c->topic;
|
||||
}
|
||||
|
||||
void SendChannel(Channel *c) anope_override
|
||||
|
||||
Reference in New Issue
Block a user