1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:26:38 +02:00

Rename a few instances of 'services' to 'stats' in stats.standalone.example.conf and irc2sql.example.conf.

This commit is contained in:
Robby
2019-11-03 00:50:37 +01:00
parent c15dc49994
commit 26975fc011
2 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -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"