mirror of
https://github.com/anope/anope.git
synced 2026-06-30 14:06:38 +02:00
Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
This commit is contained in:
@@ -771,6 +771,9 @@ static void LoadChannels()
|
||||
int16_t level;
|
||||
READ(read_int16(&level, f));
|
||||
|
||||
if (level == ACCESS_INVALID)
|
||||
level = ACCESS_FOUNDER;
|
||||
|
||||
ci->SetLevel(GetLevelName(j), level);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user