mirror of
https://github.com/anope/anope.git
synced 2026-07-05 05:33:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -70,7 +70,7 @@ class CommandNSList : public Command
|
||||
}
|
||||
|
||||
mync = source.nc;
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
|
||||
list.AddColumn("Nick").AddColumn("Last usermask");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user