From 12a0311aaa783385bba3194e92ed0eb4665621ed Mon Sep 17 00:00:00 2001 From: Robby- Date: Tue, 24 Sep 2013 06:04:59 +0200 Subject: Add missing columns to os_forbid. Make most lists with dates use the shorter output format. --- modules/commands/hs_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 3b3865c41..24e13b176 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -317,7 +317,7 @@ class CommandHSWaiting : public Command entry["Vhost"] = hr->ident + "@" + hr->host; else entry["Vhost"] = hr->host; - entry["Created"] = Anope::strftime(hr->time, source.GetAccount()); + entry["Created"] = Anope::strftime(hr->time, NULL, true); list.AddEntry(entry); } ++counter; -- cgit