mirror of
https://github.com/anope/anope.git
synced 2026-06-30 17:26:39 +02:00
Fix CommandCSMode::CanSet letting everyone set voice
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ ChannelModeParam::~ChannelModeParam()
|
||||
{
|
||||
}
|
||||
|
||||
ChannelModeStatus::ChannelModeStatus(const Anope::string &mname, char modeChar, char mSymbol, unsigned short mLevel) : ChannelMode(mname, modeChar), Symbol(mSymbol), Level(mLevel)
|
||||
ChannelModeStatus::ChannelModeStatus(const Anope::string &mname, char modeChar, char mSymbol, short mlevel) : ChannelMode(mname, modeChar), Symbol(mSymbol), level(mlevel)
|
||||
{
|
||||
this->type = MODE_STATUS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user