1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 16:03:13 +02:00

Add missing columns to os_forbid. Make most lists with dates use the shorter output format.

This commit is contained in:
Robby-
2013-09-24 06:04:59 +02:00
committed by Adam
parent cf653fc084
commit 12a0311aaa
10 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -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;