mirror of
https://github.com/anope/anope.git
synced 2026-06-26 09:56:38 +02:00
Translate listformatter properly
This commit is contained in:
@@ -109,7 +109,7 @@ class CommandEntryMessage : public Command
|
||||
|
||||
source.Reply(_("Entry message list for \002%s\002:"), ci->name.c_str());
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Number").AddColumn("Creator").AddColumn("Created").AddColumn("Message");
|
||||
for (unsigned i = 0; i < (*messages)->size(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user