mirror of
https://github.com/anope/anope.git
synced 2026-07-04 15:33:12 +02:00
Translate listformatter properly
This commit is contained in:
@@ -42,7 +42,7 @@ class CommandNSAList : public Command
|
||||
nc = na->nc;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
int chan_count = 0;
|
||||
|
||||
list.AddColumn("Number").AddColumn("Channel").AddColumn("Access");
|
||||
|
||||
Reference in New Issue
Block a user