mirror of
https://github.com/anope/anope.git
synced 2026-06-26 14:56:39 +02:00
Added Anope::CurTime to keep us from calling time() everywhere
This commit is contained in:
@@ -36,7 +36,7 @@ class CommandCSTopic : 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;
|
||||
|
||||
Reference in New Issue
Block a user