1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 15:13:14 +02:00

Merge remote branch 'attila/1.9+topiclockmsg' into 1.9

This commit is contained in:
Adam
2012-10-09 19:34:24 -04:00
+2
View File
@@ -437,6 +437,8 @@ struct IRCDMessageCapab : IRCDMessage
Log() << "CHGHOST missing, Usage disabled until module is loaded.";
if (!has_chgidentmod)
Log() << "CHGIDENT missing, Usage disabled until module is loaded.";
if ((!has_svstopic_topiclock) && (Config->UseServerSideTopicLock))
Log() << "m_topiclock missing, server side topic locking disabled until module is loaded.";
}
return true;