diff options
-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 |