mirror of
https://github.com/anope/anope.git
synced 2026-07-04 21:53:13 +02:00
Remove time from the name of some variables where its obvious.
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
if (!ci->desc.empty())
|
||||
info[_("Description")] = ci->desc;
|
||||
|
||||
info[_("Registered")] = Anope::strftime(ci->time_registered, source.GetAccount());
|
||||
info[_("Registered")] = Anope::strftime(ci->registered, source.GetAccount());
|
||||
info[_("Last used")] = Anope::strftime(ci->last_used, source.GetAccount());
|
||||
|
||||
if (show_all)
|
||||
|
||||
Reference in New Issue
Block a user