mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Revert module flags to the way they worked in v3.
This commit is contained in:
parent
4e947b8733
commit
3814a952a3
@ -85,7 +85,7 @@ std::string Module::GetPropertyString() const
|
||||
size_t pos = 0;
|
||||
for (int mult = VF_CORE; mult <= VF_OPTCOMMON; mult *= 2, ++pos)
|
||||
if (!(this->properties & mult))
|
||||
propstr[pos] = tolower(propstr[pos]);
|
||||
propstr[pos] = '-';
|
||||
return propstr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user