diff options
-rw-r--r-- | data/example.conf | 28 | ||||
-rw-r--r-- | data/memoserv.example.conf | 2 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 | ||||
-rw-r--r-- | data/operserv.example.conf | 9 |
4 files changed, 20 insertions, 21 deletions
diff --git a/data/example.conf b/data/example.conf index f38a84729..02f8df752 100644 --- a/data/example.conf +++ b/data/example.conf @@ -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. diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index da4156d31..b9e328891 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -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 * diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 089bc86c8..6a3ff595a 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -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 */ diff --git a/data/operserv.example.conf b/data/operserv.example.conf index ac038a58a..f30c187e5 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -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"; } |