mirror of
https://github.com/anope/anope.git
synced 2026-07-01 01:26:39 +02:00
Fixed some typos/errors in the example configs comments.
This commit is contained in:
+14
-14
@@ -116,7 +116,7 @@ include
|
||||
include
|
||||
{
|
||||
type = "executable"
|
||||
name = "/usr/bin/wget -q -O - http://some.miconfigured.network.com/services.conf"
|
||||
name = "/usr/bin/wget -q -O - http://some.misconfigured.network.com/services.conf"
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -192,7 +192,7 @@ serverinfo
|
||||
* the Operating System choose the local address. This directive is optional.
|
||||
*
|
||||
* If you don't know what this means or don't need to use it, just leave this
|
||||
* directives commented out.
|
||||
* directive commented out.
|
||||
*/
|
||||
#localhost = "nowhere."
|
||||
|
||||
@@ -358,7 +358,7 @@ options
|
||||
expiretimeout = 30m
|
||||
|
||||
/*
|
||||
* Sets the timout period for reading from the uplink.
|
||||
* Sets the timeout period for reading from the uplink.
|
||||
*/
|
||||
readtimeout = 5s
|
||||
|
||||
@@ -370,7 +370,7 @@ options
|
||||
|
||||
/*
|
||||
* Sets the (maximum) frequency at which the timeout list is checked. This,
|
||||
* combined with readtimeout above, determine how accurately timed events,
|
||||
* combined with readtimeout above, determines how accurately timed events,
|
||||
* such as nick kills, occur; it also determines how much CPU time Services
|
||||
* will use doing this. Higher values will cause less accurate timing but
|
||||
* less CPU usage.
|
||||
@@ -504,7 +504,7 @@ options
|
||||
retrywait = 60
|
||||
|
||||
/*
|
||||
* If set, Services will hide commands that users doesn't have the privileges to execute
|
||||
* If set, Services will hide commands that users don't have the privileges to execute
|
||||
* from HELP output.
|
||||
*/
|
||||
hideprivilegedcommands = no
|
||||
@@ -544,7 +544,7 @@ include
|
||||
/*
|
||||
* [RECOMMENDED] Global
|
||||
*
|
||||
* Includes global.example.conf, which is necessary for Global funcionality.
|
||||
* Includes global.example.conf, which is necessary for Global functionality.
|
||||
*
|
||||
* Remove this block to disable Global.
|
||||
*/
|
||||
@@ -557,7 +557,7 @@ include
|
||||
/*
|
||||
* [OPTIONAL] HostServ
|
||||
*
|
||||
* Includes hostserv.example.conf, which is necessary for HostServ funcionality.
|
||||
* Includes hostserv.example.conf, which is necessary for HostServ functionality.
|
||||
*
|
||||
* Remove this block to disable HostServ.
|
||||
*/
|
||||
@@ -570,7 +570,7 @@ include
|
||||
/*
|
||||
* [OPTIONAL] MemoServ
|
||||
*
|
||||
* Includes memoserv.example.conf, which is necessary for MemoServ funcionality.
|
||||
* Includes memoserv.example.conf, which is necessary for MemoServ functionality.
|
||||
*
|
||||
* Remove this block to disable MemoServ.
|
||||
*/
|
||||
@@ -583,7 +583,7 @@ include
|
||||
/*
|
||||
* [OPTIONAL] NickServ
|
||||
*
|
||||
* Includes memoserv.example.conf, which is necessary for NickServ funcionality.
|
||||
* Includes memoserv.example.conf, which is necessary for NickServ functionality.
|
||||
*
|
||||
* Remove this block to disable NickServ.
|
||||
*/
|
||||
@@ -596,7 +596,7 @@ include
|
||||
/*
|
||||
* [RECOMMENDED] OperServ
|
||||
*
|
||||
* Includes operserv.example.conf, which is necessary for OperServ funcionality.
|
||||
* Includes operserv.example.conf, which is necessary for OperServ functionality.
|
||||
*
|
||||
* Remove this block to disable OperServ.
|
||||
*/
|
||||
@@ -708,7 +708,7 @@ log
|
||||
* This block is recommended, as without it you will be unable to access most oper commands.
|
||||
* It replaces the old ServicesRoot directive amongst others.
|
||||
*
|
||||
* The command names below are defaults and are configured in commands.conf. If you configure
|
||||
* The command names below are defaults and are configured in the *serv.conf's. If you configure
|
||||
* additional commands with permissions, such as commands from third party modules, the permissions
|
||||
* must be included in the opertype block before the command can be used.
|
||||
*
|
||||
@@ -717,7 +717,7 @@ log
|
||||
* chanserv/access/modify - Can modify channel access and akick lists
|
||||
* chanserv/auspex - Can see any information with /chanserv info
|
||||
* chanserv/no-register-limit - May register an unlimited number of channels and nicknames
|
||||
* chanserv/set - Can modify the settings of any channel (incl. changing of the owner and password!)
|
||||
* chanserv/set - Can modify the settings of any channel (incl. changing of the owner!)
|
||||
* 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
|
||||
@@ -1058,7 +1058,7 @@ db_old
|
||||
* [DEPRECATED] db_plain
|
||||
*
|
||||
* This is the flatfile database format from Anope-1.9.2 to Anope-1.9.5.
|
||||
* To convert from this format, load both this db_flatfile. Be sure to name db_flatfile's
|
||||
* To convert from this format, load both this and db_flatfile. Be sure to name db_flatfile's
|
||||
* target database to something else. Start Anope then shut down so the new database will be written.
|
||||
* Then unload this and restart Anope, loading from the new database.
|
||||
*/
|
||||
@@ -1110,7 +1110,7 @@ db_sql
|
||||
*
|
||||
* The db_sql_live_read module pulls data in real time from
|
||||
* SQL as it is needed by the core.
|
||||
* At this time this three main tables: ChannelInfo, NickAlias, and NickCore.
|
||||
* At this time this supports the three main tables: ChannelInfo, NickAlias, and NickCore.
|
||||
*
|
||||
* The db_sql_live_write module writes data to SQL in real time as it is modified by
|
||||
* the core.
|
||||
|
||||
Reference in New Issue
Block a user