From c7979d98fa074faa1f51dee8d59169a75158c3bd Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Dec 2010 01:11:35 -0500 Subject: [PATCH] Fixed restoring topics on perm channels --- src/regchannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }