mirror of
https://github.com/anope/anope.git
synced 2026-07-07 00:23:14 +02:00
Made the Flag class able to convert flags to strings and back
This commit is contained in:
@@ -101,6 +101,10 @@ void SetDefaultMLock(ServerConfig *config)
|
||||
}
|
||||
}
|
||||
|
||||
ChannelStatus::ChannelStatus() : Flags<ChannelModeName, CMODE_END * 2>(ChannelModeNameStrings)
|
||||
{
|
||||
}
|
||||
|
||||
Anope::string ChannelStatus::BuildCharPrefixList() const
|
||||
{
|
||||
Anope::string ret;
|
||||
|
||||
Reference in New Issue
Block a user