diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 | ||||
-rw-r--r-- | data/global.example.conf | 2 | ||||
-rw-r--r-- | data/hostserv.example.conf | 2 | ||||
-rw-r--r-- | data/irc2sql.example.conf | 2 | ||||
-rw-r--r-- | data/memoserv.example.conf | 2 | ||||
-rw-r--r-- | data/nickserv.example.conf | 4 | ||||
-rw-r--r-- | data/operserv.example.conf | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index a2bc4360d..9b42b2900 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the ChanServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the ChanServ client. diff --git a/data/global.example.conf b/data/global.example.conf index d6c856aea..a289277b1 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the Global client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the Global client. diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index f62ea74ba..406c8218f 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the HostServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the HostServ client. diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index e8fec08b1..7412e5393 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 = "${services.host}" /* * The realname of the StatServ client. diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index cda9a02ae..e06095812 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the MemoServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the MemoServ client. diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 5da993265..e5cf2157d 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the NickServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the NickServ client. @@ -171,7 +171,7 @@ module * hold a nickname. */ enforceruser = "enforcer" - enforcerhost = "services.host" + enforcerhost = "${services.host}" /* * The length of time Services hold nicknames. diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 0e0e59592..ca91a488f 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the OperServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the OperServ client. |