diff --git a/data/botserv.example.conf b/data/botserv.example.conf index fbb8f166d..28dab350b 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -242,7 +242,7 @@ command { service = "BotServ"; name = "INFO"; command = "botserv/info"; } * botserv/kick - Dummy help wrapper for the KICK command. * botserv/kick/amsg - Configures BotServ's AMSG kicker. * botserv/kick/badwords - Configures BotServ's badwords kicker. - * botserv/kick/bolds - Configures BotServ's bold text kiceker. + * botserv/kick/bolds - Configures BotServ's bold text kicker. * botserv/kick/caps - Configures BotServ's capital letters kicker. * botserv/kick/colors - Configures BotServ's color kicker. * botserv/kick/flood - Configures BotServ's flood kicker. @@ -333,7 +333,7 @@ privilege /* * fantasy * - * Allows 'fantaisist' commands to be used in channels. + * Allows 'fantasist' commands to be used in channels. * * Provides the commands: * botserv/set/fantasy - Used for enabling or disabling BotServ's fantasist commands. diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 301390277..05b6055ba 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -198,7 +198,7 @@ module * the privileges appropriately. For example, if you had a channel mode called admin, you could create AUTOADMIN, ADMIN, and ADMINME * privileges which would automatically be associated with that channel mode. * - * Defining new privileges here is not useful unless you have a module (eg, a third party one) made to check for + * Defining new privileges here is not useful unless you have a module (e.g. a third party one) made to check for * the specific level you are defining. * * Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior. @@ -692,7 +692,7 @@ privilege * chanserv/saset/noexpire and chanserv/set. * * Users with this permission can set what BotServ will kick for, change - * BotServ and ChanServ settings, clone ChanServ channel setings, and + * BotServ and ChanServ settings, clone ChanServ channel settings, and * set ChanServ logging options. */ privilege @@ -1163,7 +1163,7 @@ module defbantype = 2 /* - * If set, persisent channels have their creation times lowered to their + * If set, persistent channels have their creation times lowered to their * original registration dates. */ persist_lower_ts = true diff --git a/data/example.conf b/data/example.conf index ef607e3cf..d4ae566f6 100644 --- a/data/example.conf +++ b/data/example.conf @@ -80,7 +80,7 @@ * [OPTIONAL] Defines * * You can define values to other values, which can be used to easily change - * many values in the configuration. at once. + * many values in the configuration at once. */ /* @@ -110,7 +110,7 @@ define #include { type = "executable" - name = "/usr/bin/wget -q -O - http://some.misconfigured.network.com/services.conf" + name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/services.conf" } /* @@ -126,7 +126,7 @@ define * An example configuration for InspIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * - * # This goes in inspircd.conf *NOT* your Anope config! + * # This goes in inspircd.conf, *NOT* your Anope config! *