mirror of
https://github.com/anope/anope.git
synced 2026-07-07 01:03:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -360,7 +360,7 @@ class CommandCSAKick : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Number").AddColumn("Mask").AddColumn("Reason");
|
||||
this->ProcessList(source, ci, params, list);
|
||||
}
|
||||
@@ -373,7 +373,7 @@ class CommandCSAKick : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Number").AddColumn("Mask").AddColumn("Creator").AddColumn("Created").AddColumn("Last used").AddColumn("Reason");
|
||||
this->ProcessList(source, ci, params, list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user