1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 11:03:14 +02:00

Attempt #2 at silly topic ts thing, this is actually must cleaner

This commit is contained in:
Adam
2012-10-02 23:30:31 -04:00
parent 47bc551485
commit 7551245f57
9 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class InspIRCdProto : public IRCDProto
void SendTopic(BotInfo *whosets, Channel *c) anope_override
{
UplinkSocket::Message(whosets) << "FTOPIC " << c->name << " " << c->topic_time << " " << c->topic_setter <<" :" << c->topic;
UplinkSocket::Message(whosets) << "FTOPIC " << c->name << " " << c->topic_time << " " << c->topic_ts <<" :" << c->topic;
}
void SendVhostDel(User *u) anope_override