diff options
-rw-r--r-- | data/example.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/example.conf b/data/example.conf index 830f518c9..191c9ad02 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1,7 +1,7 @@ /* * 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) + * specified in the "configure" script, default /home/username/services/data) * under the name "services.conf". * * The format of this file is fairly simple: three types of comments are supported: @@ -194,7 +194,7 @@ serverinfo networkinfo { /* - * For the given channel, every use that has or gets op status of the channel + * For the given channel, every user that has or gets op status of the channel * will automatically receive the +h user mode. This directive is optional. */ helpchannel = "#help" @@ -414,7 +414,7 @@ options /* * If set, Anope will dump core when a segmentation fault occurs. This is * generally not needed, but if Anope is crashing on your network and you - * want to make a bug report, having a core file may be of great help. + * want to make a bug report, having a core file will be of great help. * This directive is optional. */ #dumpcore = yes @@ -506,11 +506,11 @@ options * Available privileges: * botserv/administration - Can perform certain BotServ administrative tasks * chanserv/access/modify - Can modify channel access lists - * chanserv/auspex - Can see any informations on /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/set - Can modifiy 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 and password!) * hostserv/set - Can add/modify/delete any vhost - * memoserv/info - Can see any information on /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 * * Available commands: @@ -790,7 +790,7 @@ nickserv #enforceruser = "enforcer" /* - * The delay before a NickServ-collided nick is released. + * The delay before a NickServ collided nick is released. */ releasetimeout = 1m @@ -1071,7 +1071,7 @@ botserv modules = "bs_help bs_botlist bs_assign bs_set bs_kick bs_badwords bs_act bs_info bs_say bs_unassign bs_bot" /* - * The default bot options for newly registered channel. Note that changing these options + * The default bot options for newly registered channels. Note that changing these options * will have no effect on channels which are already registered. The list must be separated * by spaces. * @@ -1118,7 +1118,7 @@ botserv #smartjoin = yes /* - * If set, the bots will use a kick reason that does not retake the word when it is kicking. + * If set, the bots will use a kick reason that does not state the word when it is kicking. * This is especially useful if you have young people on your network. This directive is * optional. */ |