diff options
author | Peter Powell <petpow@saberuk.com> | 2018-03-03 14:26:33 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-03-03 14:26:33 +0000 |
commit | b8e7960ff682b02572fd6182378925d41a7bc5dc (patch) | |
tree | b4a22e244a6b131002a5bb2566942557c6e6eaeb /data/operserv.example.conf | |
parent | 1baf774647f138a080b38aab6beeb8626f32abed (diff) |
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.
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 6 |
1 files 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 |