mirror of
https://github.com/anope/anope.git
synced 2026-07-05 01:53:13 +02:00
Added options:nonicknameownership config option
This commit is contained in:
@@ -141,6 +141,8 @@ class NSSetKill : 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