diff options
author | Adam <Adam@anope.org> | 2012-10-02 23:30:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-02 23:30:31 -0400 |
commit | 7551245f5715ecb6615e310c9e488efcabefd3b5 (patch) | |
tree | 2f71e4c0647c65b2b5e6758e6fc915819b7a55cc /modules/protocol/plexus.cpp | |
parent | 47bc551485f46f6195850be1c2a5edb1d8998e30 (diff) |
Attempt #2 at silly topic ts thing, this is actually must cleaner
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r-- | modules/protocol/plexus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index f0b213eab..2444d3569 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -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 |