1
0
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:
Adam
2013-08-12 15:45:50 -04:00
parent 8e011bbb78
commit de5c8c0d38
14 changed files with 46 additions and 32 deletions
+2 -2
View File
@@ -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));