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

Fixed some problems with the mode stacker from svn to git merge

This commit is contained in:
Adam
2010-06-18 16:50:56 -04:00
parent 184b96946a
commit ad45dbacbb
+3
View File
@@ -487,6 +487,9 @@ StackerInfo *ModeManager::GetInfo(void *Item)
return PItem.second;
}
StackerInfo *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