summaryrefslogtreecommitdiff
path: root/modules/database/db_old.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r--modules/database/db_old.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp
index 8ce79f708..d90424d21 100644
--- a/modules/database/db_old.cpp
+++ b/modules/database/db_old.cpp
@@ -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));