1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 18:56:39 +02:00

Add a config option for server side topic locks

This commit is contained in:
attilamolnar
2012-10-03 17:35:35 +02:00
parent 2d9541c4c8
commit ec8a1bcc82
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1255,6 +1255,7 @@ ConfigItems::ConfigItems(ServerConfig *conf)
{"chanserv", "nomlock", "", new ValueContainerString(&conf->NoMLock), DT_STRING, NoValidation},
{"chanserv", "require", "", new ValueContainerString(&conf->CSRequire), DT_STRING, NoValidation},
{"chanserv", "use_server_side_mlock", "yes", new ValueContainerBool(&conf->UseServerSideMLock), DT_BOOLEAN, NoValidation},
{"chanserv", "use_server_side_topiclock", "yes", new ValueContainerBool(&conf->UseServerSideTopicLock), DT_BOOLEAN, NoValidation},
{"memoserv", "name", "", new ValueContainerString(&conf->MemoServ), DT_STRING, NoValidation},
{"memoserv", "maxmemos", "0", new ValueContainerUInt(&conf->MSMaxMemos), DT_UINTEGER, NoValidation},
{"memoserv", "senddelay", "0", new ValueContainerTime(&conf->MSSendDelay), DT_TIME, NoValidation},