summaryrefslogtreecommitdiff
path: root/modules/commands/cs_mode.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-09-24 06:04:59 +0200
committerAdam <Adam@anope.org>2013-09-27 19:11:02 -0400
commit12a0311aaa783385bba3194e92ed0eb4665621ed (patch)
tree11ed0b90d0a6454a7d87cbdee137c7438ab21064 /modules/commands/cs_mode.cpp
parentcf653fc08429054e5451482166622fc8db8fec1f (diff)
Add missing columns to os_forbid. Make most lists with dates use the shorter output format.
Diffstat (limited to 'modules/commands/cs_mode.cpp')
-rw-r--r--modules/commands/cs_mode.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}