diff options
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 9856d5b2d..77c969309 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -75,7 +75,7 @@ module sqlineexpiry = 30d /* - * If set, this option will make Services send an AKILL command immediately after it has been + * If set, this option will make Anope send an AKILL command immediately after it has been * added with AKILL ADD. This eliminates the need for killing the user after the AKILL has * been added. * @@ -84,7 +84,7 @@ module akillonadd = yes /* - * If set, this option will make Services send an (SVS)KILL command immediately after SNLINE ADD. + * If set, this option will make Anope send an (SVS)KILL command immediately after SNLINE ADD. * This eliminates the need for killing the user after the SNLINE has been added. * * This directive is optional. @@ -92,7 +92,7 @@ module killonsnline = yes /* - * If set, this option will make Services send an (SVS)KILL command immediately after SQLINE ADD. + * If set, this option will make Anope send an (SVS)KILL command immediately after SQLINE ADD. * This eliminates the need for killing the user after the SQLINE has been added. * * This directive is optional. @@ -167,7 +167,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" name = "os_defcon" /* - * Default DefCon level (1-5) to use when starting Services up. Level 5 constitutes normal operation + * Default DefCon level (1-5) to use when starting Anope up. Level 5 constitutes normal operation * while level 1 constitutes the most restrictive operation. If this setting is left out or set to * 0, DefCon will be disabled and the rest of this block will be ignored. */ @@ -184,8 +184,8 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" * - forcechanmodes: Forces all channels to have the modes given in the later chanmodes directive * - reducedsessions: Reduces the session limit to the value given in the later sessionlimit directive * - nonewclients: KILL any new clients trying to connect - * - operonly: Services will ignore all non-IRCops - * - silentoperonly: Services will silently ignore all non-IRCops + * - operonly: Ignore all non-IRCops + * - silentoperonly: Silently ignore all non-IRCops * - akillnewclients: AKILL any new clients trying to connect * - nonewmemos: No new memos will be sent to block MemoServ attacks */ @@ -209,7 +209,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" * The channel modes to set on all channels when the DefCon channel mode system is in use. * * Note 1: Choose these modes carefully, because when DefCon switches to a level which does NOT have - * the mode setting selected, Services will set the reverse on all channels, e.g. if this setting + * the mode setting selected, Anope will set the reverse on all channels, e.g. if this setting * is +RN when DefCon is used, all channels will be set to +RN, when DefCon is removed, all * channels will be set to -RN. You don't want to set this to +k for example, because when DefCon * is removed, all channels are set -k, removing the key from previously keyed channels. @@ -227,14 +227,14 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" #timeout = 15m /* - * If set, Services will send a global message on DefCon level changes. + * If set, Anope will send a global message on DefCon level changes. * * This directive is optional. */ #globalondefcon = yes /* - * If set, Services will send the global message defined in the message directive on DefCon level + * If set, Anope will send the global message defined in the message directive on DefCon level * changes. * * This directive is optional. @@ -267,7 +267,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" * * Provides the command operserv/dns. * - * This module requires that m_dns is loaded. + * This module requires that dns is loaded. * * This module allows controlling a DNS zone. This is useful for * controlling what servers users are placed on for load balancing, @@ -348,7 +348,7 @@ command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; pe * * Provides the command operserv/ignore. * - * Used to make Services ignore users. + * Used to make Anope ignore users. */ module { name = "os_ignore" } command { service = "OperServ"; name = "IGNORE"; command = "operserv/ignore"; permission = "operserv/ignore"; } @@ -503,21 +503,10 @@ command { service = "OperServ"; name = "RANDOMNEWS"; command = "operserv/randomn * * Used to NOOP a server, which prevents users from opering on that server. */ -module { name = "os_noop" } +#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. @@ -532,7 +521,7 @@ command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permis * * Provides the command operserv/reload. * - * Used to reload the services.conf configuration file. + * Used to reload the anope.conf configuration file. */ module { name = "os_reload" } command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; permission = "operserv/reload"; } @@ -595,7 +584,7 @@ module #sessionlimitdetailsloc = "Please visit https://your.website.url/ for more information about session limits." /* - * If set and is not 0, this directive tells Services to add an AKILL if the number of subsequent kills + * If set and is not 0, this directive tells Anope to add an AKILL if the number of subsequent kills * for the same host exceeds this value, preventing the network from experiencing KILL floods. * * This directive is optional. |