mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
Rework the InfoFormatter/ListFormatter APIs and move to textproc.
This commit is contained in:
@@ -468,12 +468,7 @@ public:
|
||||
++counter;
|
||||
}
|
||||
|
||||
std::vector<Anope::string> replies;
|
||||
list.Process(replies);
|
||||
|
||||
for (const auto &reply : replies)
|
||||
source.Reply(reply);
|
||||
|
||||
list.SendTo(source);
|
||||
source.Reply(_("Displayed \002%d\002 records (\002%d\002 total)."), display_counter, counter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user