mirror of
https://github.com/anope/anope.git
synced 2026-07-08 09:23:13 +02:00
Added options:nonicknameownership config option
This commit is contained in:
@@ -103,6 +103,8 @@ class NSRelease : public Module
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
if (Config->NoNicknameOwnership)
|
||||
throw ModuleException(modname + " can not be used with options:nonicknameownership enabled");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user