summaryrefslogtreecommitdiff
path: root/data/stats.standalone.example.conf
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2019-11-03 00:50:37 +0100
committerRobby <robby@chatbelgie.be>2019-11-03 00:50:37 +0100
commit26975fc0117730a669f6f47e17c1f69961dc8746 (patch)
tree990bf38ef2b6e1bdabedeea713f4f3696edeea36 /data/stats.standalone.example.conf
parentc15dc499948f494c826a63a7510f1167f513ba4f (diff)
Rename a few instances of 'services' to 'stats' in stats.standalone.example.conf and irc2sql.example.conf.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r--data/stats.standalone.example.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf
index 322c21289..9dc7df7d4 100644
--- a/data/stats.standalone.example.conf
+++ b/data/stats.standalone.example.conf
@@ -84,13 +84,13 @@
*/
/*
- * The services.host define is used in multiple different locations throughout the
- * configuration for services clients hostnames.
+ * The stats.host define is used in multiple different locations throughout the
+ * configuration for the stats client hostname.
*/
define
{
- name = "services.host"
- value = "services.localhost.net"
+ name = "stats.host"
+ value = "stats.localhost.net"
}
/*
@@ -110,7 +110,7 @@ define
#include
{
type = "executable"
- name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/services.conf"
+ name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/stats.conf"
}
/*
@@ -127,12 +127,12 @@ define
* and serverinfo configuration would look like:
*
* # This goes in inspircd.conf, *NOT* your Anope config!
- * <link name="services.localhost.net"
+ * <link name="stats.localhost.net"
* ipaddr="127.0.0.1"
* port="7000"
* sendpass="mypassword"
* recvpass="mypassword">
- * <uline server="services.localhost.net" silent="yes">
+ * <uline server="stats.localhost.net" silent="yes">
* <bind address="127.0.0.1" port="7000" type="servers">
*
* An example configuration for UnrealIRCd that is compatible with the below uplink
@@ -146,14 +146,14 @@ define
* serversonly;
* };
* };
- * link services.localhost.net {
+ * link stats.localhost.net {
* incoming {
* mask *@127.0.0.1;
* };
* password "mypassword";
* class servers;
* };
- * ulines { services.localhost.net; };
+ * ulines { stats.localhost.net; };
*/
uplink
{
@@ -235,13 +235,13 @@ serverinfo
* The filename containing the Services process ID. The path is relative to the
* services root directory.
*/
- pid = "data/services.pid"
+ pid = "data/stats.pid"
/*
* The filename containing the Message of the Day. The path is relative to the
* services root directory.
*/
- motd = "conf/services.motd"
+ motd = "conf/stats.motd"
}
/*
@@ -417,13 +417,13 @@ log
*/
target = "stats.log"
- /* Log to both services.log and the channel #services
+ /* Log to both stats.log and the channel #stats
*
* Note that some older IRCds, such as Ratbox, require services to be in the
* log channel to be able to message it. To do this, configure service:channels to
* join your logging channel.
*/
- #target = "stats.log #services"
+ #target = "stats.log #stats"
/*
* The source(s) to only accept log messages from. Leave commented to allow all sources.