mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:06:39 +02:00
Allow os_dns to manage multiple zones
This commit is contained in:
@@ -123,8 +123,6 @@ bool ListFormatter::IsEmpty() const
|
||||
|
||||
void ListFormatter::Process(std::vector<Anope::string> &buffer)
|
||||
{
|
||||
buffer.clear();
|
||||
|
||||
std::map<Anope::string, size_t> lenghts;
|
||||
std::set<Anope::string> breaks;
|
||||
for (unsigned i = 0; i < this->columns.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user