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:
+1
-4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user