mirror of
https://github.com/anope/anope.git
synced 2026-07-03 22:43:13 +02:00
Remove time from the name of some variables where its obvious.
This commit is contained in:
@@ -625,7 +625,7 @@ public:
|
||||
else
|
||||
{
|
||||
time_t unconfirmed_expire = Config->GetModule("ns_register").Get<time_t>("unconfirmedexpire", "1d");
|
||||
info[_("Expires")] = Anope::strftime(na->time_registered + unconfirmed_expire, source.GetAccount());
|
||||
info[_("Expires")] = Anope::strftime(na->registered + unconfirmed_expire, source.GetAccount());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user