diff options
author | Robby <robby@chatbelgie.be> | 2019-04-05 03:11:39 +0200 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-04-05 03:11:39 +0200 |
commit | af32a14fc17780225db77f4ae607bec4047897e4 (patch) | |
tree | a8a7d041a6e5a5ebad9be4a320f899ac666e3ccc /data | |
parent | 5c8548040a6c1f0cb1922ebf5f32c23b56086c49 (diff) |
Config files: Fix some typos, bring stats.standalone.example.conf up to par with example.conf, etc.
Diffstat (limited to 'data')
-rw-r--r-- | data/botserv.example.conf | 4 | ||||
-rw-r--r-- | data/chanserv.example.conf | 6 | ||||
-rw-r--r-- | data/example.conf | 34 | ||||
-rw-r--r-- | data/irc2sql.example.conf | 3 | ||||
-rw-r--r-- | data/modules.example.conf | 17 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 | ||||
-rw-r--r-- | data/operserv.example.conf | 4 | ||||
-rw-r--r-- | data/stats.standalone.example.conf | 46 |
8 files changed, 60 insertions, 56 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index fbb8f166d..28dab350b 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -242,7 +242,7 @@ command { service = "BotServ"; name = "INFO"; command = "botserv/info"; } * botserv/kick - Dummy help wrapper for the KICK command. * botserv/kick/amsg - Configures BotServ's AMSG kicker. * botserv/kick/badwords - Configures BotServ's badwords kicker. - * botserv/kick/bolds - Configures BotServ's bold text kiceker. + * botserv/kick/bolds - Configures BotServ's bold text kicker. * botserv/kick/caps - Configures BotServ's capital letters kicker. * botserv/kick/colors - Configures BotServ's color kicker. * botserv/kick/flood - Configures BotServ's flood kicker. @@ -333,7 +333,7 @@ privilege /* * fantasy * - * Allows 'fantaisist' commands to be used in channels. + * Allows 'fantasist' commands to be used in channels. * * Provides the commands: * botserv/set/fantasy - Used for enabling or disabling BotServ's fantasist commands. diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 301390277..05b6055ba 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -198,7 +198,7 @@ module * the privileges appropriately. For example, if you had a channel mode called admin, you could create AUTOADMIN, ADMIN, and ADMINME * privileges which would automatically be associated with that channel mode. * - * Defining new privileges here is not useful unless you have a module (eg, a third party one) made to check for + * Defining new privileges here is not useful unless you have a module (e.g. a third party one) made to check for * the specific level you are defining. * * Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior. @@ -692,7 +692,7 @@ privilege * chanserv/saset/noexpire and chanserv/set. * * Users with this permission can set what BotServ will kick for, change - * BotServ and ChanServ settings, clone ChanServ channel setings, and + * BotServ and ChanServ settings, clone ChanServ channel settings, and * set ChanServ logging options. */ privilege @@ -1163,7 +1163,7 @@ module defbantype = 2 /* - * If set, persisent channels have their creation times lowered to their + * If set, persistent channels have their creation times lowered to their * original registration dates. */ persist_lower_ts = true diff --git a/data/example.conf b/data/example.conf index ef607e3cf..d4ae566f6 100644 --- a/data/example.conf +++ b/data/example.conf @@ -80,7 +80,7 @@ * [OPTIONAL] Defines * * You can define values to other values, which can be used to easily change - * many values in the configuration. at once. + * many values in the configuration at once. */ /* @@ -110,7 +110,7 @@ define #include { type = "executable" - name = "/usr/bin/wget -q -O - http://some.misconfigured.network.com/services.conf" + name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/services.conf" } /* @@ -126,7 +126,7 @@ define * An example configuration for InspIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * - * # This goes in inspircd.conf *NOT* your Anope config! + * # This goes in inspircd.conf, *NOT* your Anope config! * <link name="services.localhost.net" * ipaddr="127.0.0.1" * port="7000" @@ -138,7 +138,7 @@ define * An example configuration for UnrealIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * - * // This goes in unrealircd.conf *NOT* your Anope config! + * // This goes in unrealircd.conf, *NOT* your Anope config! * listen { * ip 127.0.0.1; * port 7000; @@ -209,7 +209,7 @@ serverinfo name = "services.localhost.net" /* - * The text which should appear as the server's information in /whois and similar + * The text which should appear as the server's information in /WHOIS and similar * queries. */ description = "Services for IRC Networks" @@ -504,7 +504,7 @@ options #hidestatso = yes /* - * A space-separated list of ulined servers on your network, it is assumed that + * A space-separated list of U-lined servers on your network, it is assumed that * the servers in this list are allowed to set channel modes and Services will * not attempt to reverse their mode changes. * @@ -539,11 +539,11 @@ options #regexengine = "regex/pcre" /* - * A list of languages to load on startup that will be available in /nickserv set language. + * A list of languages to load on startup that will be available in /NICKSERV SET LANGUAGE. * Useful if you translate Anope to your language. (Explained further in docs/LANGUAGE). - * Note that english should not be listed here because it is the base language. + * Note that English should not be listed here because it is the base language. * - * Removing .UTF-8 will instead use the default encoding for the language, eg. iso-8859-1 for western European languages. + * Removing .UTF-8 will instead use the default encoding for the language, e.g. iso-8859-1 for western European languages. */ languages = "ca_ES.UTF-8 de_DE.UTF-8 el_GR.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 hu_HU.UTF-8 it_IT.UTF-8 nl_NL.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 ru_RU.UTF-8 tr_TR.UTF-8" @@ -672,7 +672,7 @@ log /* * The source(s) to only accept log messages from. Leave commented to allow all sources. - * This can be a users name, a channel name, one of our clients (eg, OperServ), or a server name. + * This can be a users name, a channel name, one of our clients (e.g. OperServ), or a server name. */ #source = "" @@ -683,8 +683,8 @@ log bot = "Global" /* - * The number of days to keep logfiles, only useful if you are logging to a file. - * Set to 0 to never delete old logfiles. + * The number of days to keep log files, only useful if you are logging to a file. + * Set to 0 to never delete old log files. * * Note that Anope must run 24 hours a day for this feature to work correctly. */ @@ -709,7 +709,7 @@ log * means "* ~operserv/*" would log everything because * matches everything. * * Valid admin, override, and command options are: - * pesudo-serv/commandname (eg, operserv/akill, chanserv/set) + * pesudo-serv/commandname (e.g. operserv/akill, chanserv/set) * * Valid server options are: * connect, quit, sync, squit @@ -766,15 +766,15 @@ log * chanserv/administration - Can modify the settings of any channel (including changing of the owner!) * chanserv/access/list - Can view channel access and akick lists, but not modify them * chanserv/access/modify - Can modify channel access and akick lists, and use /chanserv enforce - * chanserv/auspex - Can see any information with /chanserv info + * chanserv/auspex - Can see any information with /CHANSERV INFO * chanserv/no-register-limit - May register an unlimited number of channels and nicknames * chanserv/kick - Can kick and ban users from channels through ChanServ - * memoserv/info - Can see any information with /memoserv info + * memoserv/info - Can see any information with /MEMOSERV INFO * memoserv/set-limit - Can set the limit of max stored memos on any user and channel * memoserv/no-limit - Can send memos through limits and throttles * nickserv/access - Can modify other users access and certificate lists * nickserv/alist - Can see the channel access list of other users - * nickserv/auspex - Can see any information with /nickserv info + * nickserv/auspex - Can see any information with /NICKSERV INFO * nickserv/confirm - Can confirm other users nicknames * nickserv/drop - Can drop other users nicks * operserv/config - Can modify services's configuration @@ -901,7 +901,7 @@ opertype */ require_oper = yes - /* An optional password. If defined the user must login using "/msg OperServ LOGIN" first */ + /* An optional password. If defined, the user must login using "/OPERSERV LOGIN" first */ #password = "secret" /* An optional SSL fingerprint. If defined, it's required to be able to use this opertype. */ diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index e8fec08b1..45af65a16 100644 --- a/data/irc2sql.example.conf +++ b/data/irc2sql.example.conf @@ -58,7 +58,7 @@ module */ client = "StatServ" - /* + /* * The name of the SQL engine to use. * This must be MySQL and must match the name in the mysql{} block */ @@ -95,4 +95,3 @@ module */ ctcpeob = "yes" } - diff --git a/data/modules.example.conf b/data/modules.example.conf index a20ece0b8..e13ecc42b 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -30,7 +30,7 @@ module { name = "help" } /* * The nameserver to use for resolving hostnames, must be an IP or a resolver configuration file. - * The below should work fine on all unix like systems. Windows users will have to find their nameservers + * The below should work fine on all UNIX-like systems. Windows users will have to find their nameservers * from ipconfig /all and put the IP here. */ nameserver = "/etc/resolv.conf" @@ -127,7 +127,7 @@ module { name = "help" } * %r is the reply reason (configured below). Will be nothing if not configured. * %N is the network name set in networkinfo:networkname */ - reason = "You are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info" + reason = "You are listed in the EFnet RBL, visit https://rbl.efnetrbl.org/?i=%i for info" /* Replies to ban and their reason. If no replies are configured, all replies get banned. */ reply @@ -299,18 +299,18 @@ module { name = "help" } password_attribute = "userPassword" /* - * If set, the reason to give the users who try to register with nickserv, + * If set, the reason to give the users who try to register with NickServ, * including nick registration from grouping. * * If not set, then registration is not blocked. */ - #disable_register_reason = "To register on this network visit http://some.misconfigured.site/register" + #disable_register_reason = "To register on this network visit https://some.misconfigured.site/register" /* * If set, the reason to give the users who try to "/msg NickServ SET EMAIL". * If not set, then email changing is not blocked. */ - #disable_email_reason = "To change your email address visit http://some.misconfigured.site" + #disable_email_reason = "To change your email address visit https://some.misconfigured.site" } /* @@ -374,6 +374,7 @@ module { name = "help" } port = 3306 } } + /* * m_redis * @@ -438,7 +439,7 @@ module { name = "help" } rewrite_source = "CLEAR $ USERS" /* - * Message to rewrite the source message to. A $ followed by a number, eg $0, gets + * Message to rewrite the source message to. A $ followed by a number, e.g. $0, gets * replaced by the number-th word from the source_message, starting from 0. */ rewrite_target = "KICK $1 *" @@ -656,13 +657,13 @@ module { name = "m_sasl" } * If set, the reason to give the users who try to "/msg NickServ REGISTER". * If not set, then registration is not blocked. */ - #disable_reason = "To register on this network visit http://some.misconfigured.site/register" + #disable_reason = "To register on this network visit https://some.misconfigured.site/register" /* * If set, the reason to give the users who try to "/msg NickServ SET EMAIL". * If not set, then email changing is not blocked. */ - #disable_email_reason = "To change your email address visit http://some.misconfigured.site" + #disable_email_reason = "To change your email address visit https://some.misconfigured.site" } /* diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 86a6be247..c5ff7da2b 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -457,7 +457,7 @@ module * If set, Services will svsnick and svsjoin users who use the recover * command on an identified user to the nick and channels of the recovered user. * - * This directive is opional. + * This directive is optional. */ restoreonrecover = yes } diff --git a/data/operserv.example.conf b/data/operserv.example.conf index db71efe83..51a07bdbe 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -159,7 +159,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" * * Provides the command operserv/defcon. * - * Allows you to set services in defcon mode, which can be used to restrict services access + * Allows you to set services in DefCon mode, which can be used to restrict services access * during bot attacks. */ #module @@ -592,7 +592,7 @@ module * * This directive is optional, if not set, nothing will be sent. */ - #sessionlimitdetailsloc = "Please visit http://your.website.url/ for more information about session limits." + #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 diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 8db7c9999..82ff9ff58 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -80,7 +80,7 @@ * [OPTIONAL] Defines * * You can define values to other values, which can be used to easily change - * many values in the configuration. at once. + * many values in the configuration at once. */ /* @@ -110,7 +110,7 @@ define #include { type = "executable" - name = "/usr/bin/wget -q -O - http://some.misconfigured.network.com/services.conf" + name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/services.conf" } /* @@ -126,6 +126,7 @@ define * An example configuration for InspIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * + * # This goes in inspircd.conf, *NOT* your Anope config! * <link name="services.localhost.net" * ipaddr="127.0.0.1" * port="7000" @@ -137,19 +138,22 @@ define * An example configuration for UnrealIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * - * link services.localhost.net - * { - * username *; - * hostname *; - * bind-ip "127.0.0.1"; - * port 7000; - * hub *; - * password-connect "mypassword"; - * password-receive "mypassword"; - * class servers; + * // This goes in unrealircd.conf, *NOT* your Anope config! + * listen { + * ip 127.0.0.1; + * port 7000; + * options { + * serversonly; + * }; + * }; + * link services.localhost.net { + * incoming { + * mask *@127.0.0.1; + * }; + * password "mypassword"; + * class servers; * }; * ulines { services.localhost.net; }; - * listen 127.0.0.1:7000; */ uplink { @@ -205,7 +209,7 @@ serverinfo name = "stats.localhost.net" /* - * The text which should appear as the server's information in /whois and similar + * The text which should appear as the server's information in /WHOIS and similar * queries. */ description = "Stats for IRC Networks" @@ -255,7 +259,8 @@ serverinfo * - ngircd * - plexus * - ratbox - * - unreal + * - unreal (for 3.2.x) + * - unreal4 */ module { @@ -378,7 +383,7 @@ options #hidestatso = yes /* - * A space-separated list of ulined servers on your network, it is assumed that + * A space-separated list of U-lined servers on your network, it is assumed that * the servers in this list are allowed to set channel modes and Services will * not attempt to reverse their mode changes. * @@ -421,7 +426,7 @@ log /* * The source(s) to only accept log messages from. Leave commented to allow all sources. - * This can be a users name, a channel name, one of our clients (eg, OperServ), or a server name. + * This can be a users name, a channel name, one of our clients (e.g. OperServ), or a server name. */ #source = "" @@ -432,8 +437,8 @@ log bot = "Global" /* - * The number of days to keep logfiles, only useful if you are logging to a file. - * Set to 0 to never delete old logfiles. + * The number of days to keep log files, only useful if you are logging to a file. + * Set to 0 to never delete old log files. * * Note that Anope must run 24 hours a day for this feature to work correctly. */ @@ -461,7 +466,7 @@ log * create, destroy, join, part, kick, leave, mode * * Valid user options are: - * connect, disconnect, quit, nick, ident, host, mode, maxusers, oper + * connect, disconnect, quit, nick, ident, host, mode, maxusers, oper, away * * Rawio and debug are simple yes/no answers, there are no types for them. * @@ -510,4 +515,3 @@ include type = "file" name = "irc2sql.example.conf" } - |