mirror of
https://github.com/anope/anope.git
synced 2026-07-08 19:43:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -289,7 +289,7 @@ class CommandOSForbid : public Command
|
||||
source.Reply(_("Forbid list is empty."));
|
||||
else
|
||||
{
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Mask").AddColumn("Type").AddColumn("Reason");
|
||||
|
||||
for (unsigned i = 0; i < forbids.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user