diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
commit | 8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch) | |
tree | 56fa17f935f75b18a6ca11c175b7751294694d8e /data/operserv.example.conf | |
parent | ec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff) |
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 2f31b74f7..cb1c17930 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. @@ -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"; } @@ -584,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. |