diff options
Diffstat (limited to 'modules/chanserv/cs_info.cpp')
-rw-r--r-- | modules/chanserv/cs_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_info.cpp b/modules/chanserv/cs_info.cpp index 8d9b0c04f..619a0721c 100644 --- a/modules/chanserv/cs_info.cpp +++ b/modules/chanserv/cs_info.cpp @@ -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) |