mirror of
https://github.com/anope/anope.git
synced 2026-07-03 04:43:12 +02:00
Fix some issues with suspend
This commit is contained in:
@@ -484,7 +484,7 @@ static void LoadNicks()
|
||||
if (u32 & OLD_NI_HIDE_STATUS)
|
||||
nc->Extend<bool>("HIDE_STATUS");
|
||||
if (u32 & OLD_NI_SUSPENDED)
|
||||
nc->Extend<bool>("SUSPENDED");
|
||||
nc->Extend<bool>("NS_SUSPENDED");
|
||||
if (!(u32 & OLD_NI_AUTOOP))
|
||||
nc->Extend<bool>("AUTOOP");
|
||||
|
||||
@@ -749,7 +749,7 @@ static void LoadChannels()
|
||||
if (tmpu32 & OLD_CI_SIGNKICK_LEVEL)
|
||||
ci->Extend<bool>("SIGNKICK_LEVEL");
|
||||
if (tmpu32 & OLD_CI_SUSPENDED)
|
||||
ci->Extend<bool>("SUSPENDED");
|
||||
ci->Extend<bool>("CS_SUSPENDED");
|
||||
|
||||
READ(read_string(buffer, f));
|
||||
READ(read_string(buffer, f));
|
||||
|
||||
Reference in New Issue
Block a user