diff options
-rw-r--r-- | data/example.conf | 51 |
1 files changed, 27 insertions, 24 deletions
diff --git a/data/example.conf b/data/example.conf index d66a1efe6..b2c8e0dc4 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1,5 +1,5 @@ /* - * Example configuration file for Services. After making the appropriate + * Example configuration file for Services. After making the appropriate * changes to this file, place it in the Services data directory (as * specified in the "configure" script, default /home/username/services) * under the name "services.conf". @@ -35,7 +35,7 @@ * Time parameters can be specified either as an integer representing a * number of seconds (e.g. "3600" = 1 hour), or as an integer with a unit * specifier: "s" = seconds, "m" = minutes, "h" = hours, "d" = days. - * Combinations (such as "1h30m") are not permitted. Examples (all of which + * Combinations (such as "1h30m") are not permitted. Examples (all of which * represent the same length of time, one day): * * "86400", "86400s", "1440m", "24h", "1d" @@ -49,7 +49,7 @@ * included to indicate whether an option is required: * * [REQUIRED] - * Indicates a directive which must be given. Without it, Services will + * Indicates a directive which must be given. Without it, Services will * not start. * * [RECOMMENDED] @@ -57,8 +57,8 @@ * undesirable side effects. * * [OPTIONAL] - * Indicates a directive which is optional. If not given, the feature - * will typically be disabled. If this is not the case, more + * Indicates a directive which is optional. If not given, the feature + * will typically be disabled. If this is not the case, more * information will be given in the documentation. * * [DISCOURAGED] @@ -77,6 +77,8 @@ * [REQUIRED] IRCd Config * * This section is used to set up Anope to connect to your IRC network. + * This section can be included multiple times, and Anope will attempt to + * connect to each server until it finally connects. */ uplink { @@ -115,7 +117,7 @@ serverinfo { /* * The hostname that Services will be seen as, it must have no conflicts with any - * other server names on the rest of your IRC network. Note that it does not have + * other server names on the rest of your IRC network. Note that it does not have * to be an existing hostname, just one that isn't on your network already. This * can be overridden with the -name command-line option when starting Services. */ @@ -148,16 +150,17 @@ serverinfo * * Supported: * - inspircd11 + * - inspircd12 * - ratbox * - bahamut - * - charybdis * - unreal32 */ type = "inspircd11" /* * What Server ID to use for this connection? - * Note: This should *ONLY* be used for TS6/P10 IRCds. + * Note: This should *ONLY* be used for TS6/P10 IRCds. Refer to your IRCd documentation + * to see if this is needed. */ #id = "64" @@ -574,14 +577,14 @@ nickserv description = "Nickname Registration Service" /* - * The filename of the NickServ database. The path is relative to the services - * executable. If not given, defaults to "nick.db". + * The filename of the NickServ database. The path is relative to the services + * executable. If not given, defaults to "nick.db". */ database = "nick.db" /* - * The filename of the NickServ Pre-Nick database. The path is relative to the - * services executable. This directive is only required if the e-mail registration + * The filename of the NickServ Pre-Nick database. The path is relative to the + * services executable. This directive is only required if the e-mail registration * option is enabled. */ #prenickdatabase = "prenick.db" @@ -774,8 +777,8 @@ chanserv description = "Channel Registration Service" /* - * The filename of the ChanServ database. The path is relative to the services - * executable. If not given, defaults to "chan.db". + * The filename of the ChanServ database. The path is relative to the services + * executable. If not given, defaults to "chan.db". */ database = "chan.db" @@ -962,8 +965,8 @@ botserv description = "Bot Service" /* - * The filename of the BotServ database. The path is relative to the services - * executable. If not given, defaults to "bot.db". + * The filename of the BotServ database. The path is relative to the services + * executable. If not given, defaults to "bot.db". */ database = "bot.db" @@ -1061,8 +1064,8 @@ hostserv description = "vHost Service" /* - * The filename of the HostServ database. The path is relative to the services - * executable. If not given, defaults to "hosts.db". + * The filename of the HostServ database. The path is relative to the services + * executable. If not given, defaults to "hosts.db". */ database = "hosts.db" @@ -1139,20 +1142,20 @@ operserv globaldescription = "Global Noticer" /* - * The filename of the OperServ database. The path is relative to the services - * executable. If not given, defaults to "oper.db". + * The filename of the OperServ database. The path is relative to the services + * executable. If not given, defaults to "oper.db". */ database = "oper.db" /* - * The filename of OperServ's News database. The path is relative to the services - * executable. If not given, defaults to "news.db". + * The filename of OperServ's News database. The path is relative to the services + * executable. If not given, defaults to "news.db". */ newsdatabase = "news.db" /* - * The filename of OperServ's Session Exception database. The path is relative to the services - * executable. If not given, defaults to "exception.db". + * The filename of OperServ's Session Exception database. The path is relative to the services + * executable. If not given, defaults to "exception.db". */ exceptiondatabase = "exception.db" |