diff options
author | Adam <adam@sigterm.info> | 2018-06-12 10:08:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 10:08:16 -0400 |
commit | c1166e3618bfbcf1b064bc70d9a32c0e5ab62f6e (patch) | |
tree | 45b24b1c8fd882e82de789f71f500538b3dc889e /data | |
parent | 8294c94b95991df8ef4e7c90b1a432e10a915342 (diff) | |
parent | b8e7960ff682b02572fd6182378925d41a7bc5dc (diff) |
Merge pull request #216 from SaberUK/2.0+oline
Disable the os_oline module by default.
Diffstat (limited to 'data')
-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 |