1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 12:23:13 +02:00

Added a services.host define to easily change every clients hostname

This commit is contained in:
Adam
2011-08-10 05:05:09 -04:00
parent 4bdc9824a0
commit 697bc8d8e8
8 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the BotServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the BotServ client.
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the ChanServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the ChanServ client.
+10
View File
@@ -88,6 +88,16 @@
* and in every included configuration file (such as chanserv.example.conf).
*/
/*
* The services.host define is used in multiple different locations throughout the
* configuration for services clients hostnames.
*/
define
{
name = "services.host"
value = "services.localhost.net"
}
/*
* [OPTIONAL] Additional Includes
*
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the Global client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the Global client.
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the HostServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the HostServ client.
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the MemoServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the MemoServ client.
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the NickServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the NickServ client.
+1 -1
View File
@@ -20,7 +20,7 @@ service
/*
* The hostname of the OperServ client.
*/
host = "localhost.net"
host = "services.host"
/*
* The realname of the OperServ client.