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 /include/channels.h | |
parent | 47bc551485f46f6195850be1c2a5edb1d8998e30 (diff) |
Attempt #2 at silly topic ts thing, this is actually must cleaner
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 7dee744c2..2c2fbb66d 100644 --- a/include/channels.h +++ b/include/channels.h @@ -69,7 +69,8 @@ class CoreExport Channel : public virtual Base, public Extensible, public Flags< Anope::string topic; /* Current topic of the channel */ Anope::string topic_setter; /* Who set the topic */ - time_t topic_time; /* When the topic was set*/ + time_t topic_ts; /* The timestamp associated with the topic. Not necessarually anywhere close to Anope::CurTime */ + time_t topic_time; /* The actual time the topic was set, probably close to Anope::CurTime */ time_t server_modetime; /* Time of last server MODE */ time_t chanserv_modetime; /* Time of last check_modes() */ |