mirror of
https://github.com/anope/anope.git
synced 2026-06-27 05:26:38 +02:00
Attempt #2 at silly topic ts thing, this is actually must cleaner
This commit is contained in:
@@ -59,7 +59,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
|
||||
void SendTopic(BotInfo *whosets, Channel *c) anope_override
|
||||
{
|
||||
UplinkSocket::Message(whosets) << ") " << c->name << " " << c->topic_setter << " " << c->topic_time + 1 << " :" << c->topic;
|
||||
UplinkSocket::Message(whosets) << ") " << c->name << " " << c->topic_setter << " " << c->topic_ts << " :" << c->topic;
|
||||
}
|
||||
|
||||
void SendGlobalNotice(const BotInfo *bi, const Server *dest, const Anope::string &msg) anope_override
|
||||
|
||||
Reference in New Issue
Block a user