mirror of
https://github.com/anope/anope.git
synced 2026-06-27 01:36:38 +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.
|
||||
|
||||
@@ -204,7 +204,7 @@ module { name = "ms_send" }
|
||||
command { service = "MemoServ"; name = "SEND"; command = "memoserv/send"; }
|
||||
|
||||
/*
|
||||
* ms_sendlal
|
||||
* ms_sendall
|
||||
*
|
||||
* Provides the command memoserv/sendall
|
||||
*
|
||||
|
||||
@@ -254,7 +254,7 @@ nickserv
|
||||
*
|
||||
* Additionally, you may provide a permission name that must be in the opertype of users executing the command.
|
||||
*
|
||||
* Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior.
|
||||
* Sane defaults are provided below that do not need to be edited unless you wish to change the default behaviour.
|
||||
*/
|
||||
|
||||
/* Give it a help command */
|
||||
|
||||
@@ -131,8 +131,7 @@ operserv
|
||||
* should be noted that session limiting, along with a large exception list, can degrade Services'
|
||||
* performance.
|
||||
*
|
||||
* See the source and comments in sessions.c and the online help for more information about
|
||||
* session limiting.
|
||||
* See the online help for more information about session limiting.
|
||||
*
|
||||
* This directive is optional.
|
||||
*/
|
||||
@@ -248,7 +247,7 @@ command { service = "OperServ"; name = "AKILL"; command = "operserv/akill"; perm
|
||||
*
|
||||
* Provides the command operserv/chankill.
|
||||
*
|
||||
* Used to akill uses from an entire channel.
|
||||
* Used to akill users from an entire channel.
|
||||
*/
|
||||
module { name = "os_chankill" }
|
||||
command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"; permission = "operserv/chankill"; }
|
||||
@@ -511,7 +510,7 @@ command { service = "OperServ"; name = "OLINE"; command = "operserv/oline"; perm
|
||||
/*
|
||||
* os_oper
|
||||
*
|
||||
* Provides the command opersev/oper.
|
||||
* Provides the command operserv/oper.
|
||||
*
|
||||
* Used to configure opers and show information about opertypes.
|
||||
*/
|
||||
@@ -544,7 +543,7 @@ command { service = "OperServ"; name = "SESSION"; command = "operserv/session";
|
||||
*
|
||||
* Provides the command operserv/set.
|
||||
*
|
||||
* Used to set various settinsg such as superadmin, debug mode, etc.
|
||||
* Used to set various settings such as superadmin, debug mode, etc.
|
||||
*/
|
||||
module { name = "os_set" }
|
||||
command { service = "OperServ"; name = "SET"; command = "operserv/set"; permission = "operserv/set"; }
|
||||
|
||||
Reference in New Issue
Block a user