mirror of
https://github.com/anope/anope.git
synced 2026-06-29 01:46:38 +02:00
Translate listformatter properly
This commit is contained in:
@@ -267,7 +267,7 @@ class CommandCSFlags : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
|
||||
list.AddColumn("Number").AddColumn("Mask").AddColumn("Flags").AddColumn("Creator").AddColumn("Created");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user