diff options
| author | Sadie Powell <sadie@witchery.services> | 2020-09-11 15:43:54 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:26 +0100 |
| commit | 7f39fb14f2d9963464165ae9112abe2e65bded8d (patch) | |
| tree | df6cff8153623cad361f4a2521f9623311c74500 /data/operserv.example.conf | |
| parent | fb86705d3f44575087e0f1f277a81f5ef4f70b27 (diff) | |
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
Diffstat (limited to 'data/operserv.example.conf')
| -rw-r--r-- | data/operserv.example.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 51a07bdbe..25ba7b5e5 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -507,17 +507,6 @@ module { name = "os_noop" } command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permission = "operserv/noop"; } /* - * os_oline - * - * Provides the command operserv/oline. - * - * 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"; } - -/* * os_oper * * Provides the command operserv/oper. |
