1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 04:36:37 +02:00

Merge svn with git

This commit is contained in:
Charles
2010-06-18 21:04:30 +01:00
13 changed files with 70 additions and 85 deletions
+1 -4
View File
@@ -487,9 +487,6 @@ StackerInfo *ModeManager::GetInfo(void *Item)
return PItem.second;
}
tackerInfo *s = new StackerInfo;
StackerObjects.push_back(std::make_pair(Item, s));
return s;
}
/** Build a list of mode strings to send to the IRCd from the mode stacker
@@ -565,7 +562,7 @@ std::list<std::string> ModeManager::BuildModeStrings(StackerInfo *info)
if (!buf.empty())
ret.push_back(buf + parambuf);
return ret;
}