mirror of
https://github.com/anope/anope.git
synced 2026-07-10 23:23:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -76,7 +76,7 @@ class CommandMSIgnore : public Command
|
||||
source.Reply(_("Memo ignore list is empty."));
|
||||
else
|
||||
{
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Mask");
|
||||
for (unsigned i = 0; i < mi->ignores.size(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user