1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 08:23:15 +02:00

Removed process_numlist and having to mark everything as "in use" and constantly checking it. Replaced with a better system.

This commit is contained in:
Adam
2010-05-17 20:33:28 -04:00
committed by Adam
parent 2a22d9c2fd
commit 17ab410400
18 changed files with 963 additions and 973 deletions
+2 -3
View File
@@ -1061,9 +1061,8 @@ class DBPlain : public Module
db << "MD FORBID " << ci->forbidby << " :" << ci->forbidreason << endl;
}
for (unsigned k = 0; k < ci->GetAccessCount(); ++k)
if (ci->GetAccess(k)->in_use)
db << "MD ACCESS " << ci->GetAccess(k)->nc->display << " " << ci->GetAccess(k)->level << " "
<< ci->GetAccess(k)->last_seen << " " << ci->GetAccess(k)->creator << endl;
db << "MD ACCESS " << ci->GetAccess(k)->nc->display << " " << ci->GetAccess(k)->level << " "
<< ci->GetAccess(k)->last_seen << " " << ci->GetAccess(k)->creator << endl;
for (unsigned k = 0; k < ci->GetAkickCount(); ++k)
{
db << "MD AKICK "