From b8e7960ff682b02572fd6182378925d41a7bc5dc Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 3 Mar 2018 14:26:33 +0000 Subject: [PATCH] Disable the os_oline module by default. This only works on UnrealIRCd 3.2 (which has been EOL for over a year now) and regularly confuses users who think that "your IRCd does not support OMODE" is an error they need to fix. --- data/operserv.example.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 0c82f1e06..db71efe83 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -511,11 +511,11 @@ command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permis * * Provides the command operserv/oline. * - * Used to set oper flags on users, and is specific to UnrealIRCd. + * Used to set oper flags on users, and is specific to UnrealIRCd 3.2. * See /helpop ?svso on your IRCd for more information. */ -module { name = "os_oline" } -command { service = "OperServ"; name = "OLINE"; command = "operserv/oline"; permission = "operserv/oline"; } +#module { name = "os_oline" } +#command { service = "OperServ"; name = "OLINE"; command = "operserv/oline"; permission = "operserv/oline"; } /* * os_oper