1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fixed restoring topics on perm channels

This commit is contained in:
Adam
2010-12-30 01:11:35 -05:00
parent 58c2f0c409
commit c7979d98fa
+1 -1
View File
@@ -408,7 +408,7 @@ void ChannelInfo::LoadMLock()
this->bi->Join(this->c);
}
check_modes(this->c);
this->CheckTopic();
this->RestoreTopic();
}
}