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/irc2sql.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/irc2sql.example.conf')
-rw-r--r-- | data/irc2sql.example.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index e8fec08b1..45af65a16 100644 --- a/data/irc2sql.example.conf +++ b/data/irc2sql.example.conf @@ -58,7 +58,7 @@ module */ client = "StatServ" - /* + /* * The name of the SQL engine to use. * This must be MySQL and must match the name in the mysql{} block */ @@ -95,4 +95,3 @@ module */ ctcpeob = "yes" } - |