1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 03:03:14 +02:00

Store when the account name was registered in the NickCore.

This commit is contained in:
Sadie Powell
2024-05-11 17:33:42 +01:00
parent 1cf5918574
commit 4008e64f26
7 changed files with 24 additions and 15 deletions
+2 -1
View File
@@ -1131,7 +1131,7 @@ private:
auto display = row.Get();
auto pass = row.Get();
auto email = row.Get();
/* auto regtime = */ row.GetNum<time_t>();
auto regtime = row.GetNum<time_t>();
/* auto lastlogin = */ row.Get();
auto flags = row.Get();
auto language = row.Get();
@@ -1141,6 +1141,7 @@ private:
auto *nc = new NickCore(display);
nc->email = email;
nc->time_registered = regtime;
ApplyPassword(nc, flags, pass);
// No equivalent: bglmNQrS