diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 3279a80a3..8005b2f47 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -408,7 +408,7 @@ void ChannelInfo::LoadMLock() this->bi->Join(this->c); } check_modes(this->c); - this->CheckTopic(); + this->RestoreTopic(); } }