diff options
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r-- | src/regchannel.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 993000b38..07bdc1c15 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -39,7 +39,11 @@ ChannelInfo::ChannelInfo(const std::string &chname) /* If ircd doesn't exist, this is from DB load and mlock is set later */ if (ircd) - mlock_on = ircd->DefMLock; + { + mlock_on = DefMLockOn; + mlock_off = DefMLockOff; + Params = DefMLockParams; + } size_t t; /* Set default channel flags */ |