mirror of
https://github.com/anope/anope.git
synced 2026-06-30 07:16:38 +02:00
Added Anope::CurTime to keep us from calling time() everywhere
This commit is contained in:
@@ -63,7 +63,7 @@ class CommandNSIdentify : public Command
|
||||
Log(LOG_COMMAND, "nickserv/identify") << "to log out of account " << u->Account()->display;
|
||||
|
||||
na->last_realname = u->realname;
|
||||
na->last_seen = time(NULL);
|
||||
na->last_seen = Anope::CurTime;
|
||||
|
||||
u->Login(na->nc);
|
||||
ircdproto->SendAccountLogin(u, u->Account());
|
||||
|
||||
Reference in New Issue
Block a user