mirror of
https://github.com/anope/anope.git
synced 2026-07-05 11:03:12 +02:00
InspIRCd: Log when server-side topiclocking is enabled in the config but the module is not loaded
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