mirror of
https://github.com/anope/anope.git
synced 2026-07-03 16:33:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -150,7 +150,7 @@ class CommandNSCert : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Certificate");
|
||||
|
||||
for (unsigned i = 0; i < cl->GetCertCount(); ++i)
|
||||
@@ -240,7 +240,7 @@ class CommandNSCert : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Certificate");
|
||||
|
||||
for (unsigned i = 0; i < cl->GetCertCount(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user