diff options
author | Robby <robby@chatbelgie.be> | 2019-11-03 00:50:37 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-11-03 00:50:37 +0100 |
commit | 26975fc0117730a669f6f47e17c1f69961dc8746 (patch) | |
tree | 990bf38ef2b6e1bdabedeea713f4f3696edeea36 /data/irc2sql.example.conf | |
parent | c15dc499948f494c826a63a7510f1167f513ba4f (diff) |
Rename a few instances of 'services' to 'stats' in stats.standalone.example.conf and irc2sql.example.conf.
Diffstat (limited to 'data/irc2sql.example.conf')
-rw-r--r-- | data/irc2sql.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index 45af65a16..f23044dab 100644 --- a/data/irc2sql.example.conf +++ b/data/irc2sql.example.conf @@ -18,7 +18,7 @@ service /* * The hostname of the StatServ client. */ - host = "services.host" + host = "stats.host" /* * The realname of the StatServ client. @@ -45,7 +45,7 @@ service * * Prefixes may be given to the channels in the form of mode characters or prefix symbols. */ - #channels = "@#services,#mychan" + #channels = "@#stats,#mychan" } module @@ -84,7 +84,7 @@ module /* * Get the CTCP version from users * The users connecting to the network will receive a CTCP VERSION - * request from the above configured services client + * request from the above configured stats client */ ctcpuser = "yes" |