summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-30 01:11:35 -0500
committerAdam <Adam@anope.org>2010-12-30 01:11:35 -0500
commitc7979d98fa074faa1f51dee8d59169a75158c3bd (patch)
tree68d70e061a94c61db87a2bc54bfad7c8c98f216f
parent58c2f0c4094319cef1a242770337cca6a610dcd3 (diff)
Fixed restoring topics on perm channels
-rw-r--r--src/regchannel.cpp2
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();
}
}