mirror of
https://github.com/anope/anope.git
synced 2026-07-03 11:33:12 +02:00
Translate listformatter properly
This commit is contained in:
@@ -54,7 +54,7 @@ class CommandHSList : public Command
|
||||
}
|
||||
|
||||
unsigned display_counter = 0, listmax = Config->GetModule(this->owner)->Get<unsigned>("listmax", "50");
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Number").AddColumn("Nick").AddColumn("Vhost").AddColumn("Creator").AddColumn("Created");
|
||||
|
||||
for (nickalias_map::const_iterator it = NickAliasList->begin(), it_end = NickAliasList->end(); it != it_end; ++it)
|
||||
|
||||
Reference in New Issue
Block a user