1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 05:26:37 +02:00

Added Anope::CurTime to keep us from calling time() everywhere

This commit is contained in:
Adam
2010-09-10 20:31:31 -04:00
parent 9eb7562bee
commit f00e76d30a
64 changed files with 224 additions and 240 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class CommandCSAppendTopic : public Command
ci->last_topic = topic;
ci->last_topic_setter = u->nick;
ci->last_topic_time = time(NULL);
ci->last_topic_time = Anope::CurTime;
c->topic = topic;
c->topic_setter = u->nick;