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/cs_mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_mode.cpp') diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index 1d3050f32..69644748f 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -436,7 +436,7 @@ class CommandCSMode : public Command entry["Mode"] = Anope::printf("%c%c", ml->set ? '+' : '-', cm->mchar); entry["Param"] = ml->param; entry["Creator"] = ml->setter; - entry["Created"] = Anope::strftime(ml->created, source.nc, false); + entry["Created"] = Anope::strftime(ml->created, NULL, true); list.AddEntry(entry); } -- cgit