mirror of
https://github.com/anope/anope.git
synced 2026-07-02 15:53:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -59,7 +59,7 @@ class CommandMSList : public Command
|
||||
}
|
||||
else
|
||||
{
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
|
||||
list.AddColumn("Number").AddColumn("Sender").AddColumn("Date/Time");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user