mirror of
https://github.com/anope/anope.git
synced 2026-07-04 08:23:12 +02:00
Attempt #2 at silly topic ts thing, this is actually must cleaner
This commit is contained in:
@@ -160,7 +160,7 @@ class BahamutIRCdProto : public IRCDProto
|
||||
/* TOPIC */
|
||||
void SendTopic(BotInfo *whosets, Channel *c) anope_override
|
||||
{
|
||||
UplinkSocket::Message(whosets) << "TOPIC " << c->name << " " << c->topic_setter << " " << c->topic_time << " :" << c->topic;
|
||||
UplinkSocket::Message(whosets) << "TOPIC " << c->name << " " << c->topic_setter << " " << c->topic_ts << " :" << c->topic;
|
||||
}
|
||||
|
||||
/* UNSQLINE */
|
||||
|
||||
Reference in New Issue
Block a user