mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Sort the 004 mode list alphabetically.
This commit is contained in:
parent
dfd72fe029
commit
8649d33465
@ -88,6 +88,7 @@ class CoreModInfo final
|
||||
if (!needparam || mh->NeedsParam(true))
|
||||
modestr.push_back(mh->GetModeChar());
|
||||
}
|
||||
std::sort(modestr.begin(), modestr.end());
|
||||
return modestr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user