mirror of
https://github.com/anope/anope.git
synced 2026-07-06 18:03:13 +02:00
Translate listformatter properly
This commit is contained in:
@@ -378,7 +378,7 @@ class CommandCSXOP : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
ListFormatter list;
|
||||
ListFormatter list(source.GetAccount());
|
||||
list.AddColumn("Number").AddColumn("Mask");
|
||||
|
||||
if (!nick.empty() && nick.find_first_not_of("1234567890,-") == Anope::string::npos)
|
||||
|
||||
Reference in New Issue
Block a user