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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user