diff options
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index ae9e15334..5629b00fd 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -213,7 +213,7 @@ uint64_t NickCore::GetId() return 0; } - Anope::string secretid = this->display + "\0" + stringify(na->time_registered); + Anope::string secretid = this->display + "\0" + Anope::ToString(na->time_registered); // Generate the account id. This should almost always only have one // iteration but in the rare case that we generate a duplicate id we try |