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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user