1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 21:56:37 +02:00

Added options:nomlock

This commit is contained in:
Adam
2011-01-19 00:31:18 -05:00
parent e7a8bcc30b
commit ab2e34d817
6 changed files with 24 additions and 2 deletions
+1
View File
@@ -1084,6 +1084,7 @@ void ServerConfig::Read()
{"options", "newscount", "3", new ValueContainerUInt(&this->NewsCount), DT_UINTEGER, NoValidation},
{"options", "ulineservers", "", new ValueContainerString(&UlineServers), DT_STRING, NoValidation},
{"options", "mlock", "+nrt", new ValueContainerString(&this->MLock), DT_STRING, NoValidation},
{"options", "nomlock", "", new ValueContainerString(&this->NoMLock), DT_STRING, NoValidation},
{"options", "botmodes", "", new ValueContainerString(&this->BotModes), DT_STRING, NoValidation},
{"options", "maxretries", "10", new ValueContainerUInt(&this->MaxRetries), DT_UINTEGER, NoValidation},
{"options", "retrywait", "60", new ValueContainerInt(&this->RetryWait), DT_INTEGER, ValidateNotZero},