mirror of
https://github.com/anope/anope.git
synced 2026-07-03 13:03:14 +02:00
Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bitsets for modes to not use a max defined value, it can go over
This commit is contained in:
+2
-2
@@ -18,9 +18,9 @@ std::vector<NewsItem *> News;
|
||||
std::vector<std::bitset<32> > DefCon;
|
||||
bool DefConModesSet = false;
|
||||
/* Defcon modes mlocked on */
|
||||
Flags<ChannelModeName, CMODE_END> DefConModesOn;
|
||||
Flags<ChannelModeName> DefConModesOn;
|
||||
/* Defcon modes mlocked off */
|
||||
Flags<ChannelModeName, CMODE_END> DefConModesOff;
|
||||
Flags<ChannelModeName> DefConModesOff;
|
||||
/* Map of Modesa and Params for DefCon */
|
||||
std::map<ChannelModeName, Anope::string> DefConModesOnParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user