mirror of
https://github.com/anope/anope.git
synced 2026-07-02 04:26:39 +02:00
Translate listformatter properly
This commit is contained in:
@@ -22,7 +22,7 @@ class CommandBSBotList : public Command
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
unsigned count = 0;
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
|
||||
list.AddColumn("Nick").AddColumn("Mask");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user