diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |