mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:46:39 +02:00
Added Anope::CurTime to keep us from calling time() everywhere
This commit is contained in:
@@ -72,7 +72,7 @@ class CommandHSSet : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
tmp_time = time(NULL);
|
||||
tmp_time = Anope::CurTime;
|
||||
|
||||
if ((na = findnick(nick)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user