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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user