diff options
author | Robby <robby@chatbelgie.be> | 2019-04-05 03:11:39 +0200 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-04-05 03:11:39 +0200 |
commit | af32a14fc17780225db77f4ae607bec4047897e4 (patch) | |
tree | a8a7d041a6e5a5ebad9be4a320f899ac666e3ccc /data/chanserv.example.conf | |
parent | 5c8548040a6c1f0cb1922ebf5f32c23b56086c49 (diff) |
Config files: Fix some typos, bring stats.standalone.example.conf up to par with example.conf, etc.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |