diff options
-rw-r--r-- | doc/example.conf | 2 | ||||
-rw-r--r-- | doc/example.efnet.conf | 2 | ||||
-rw-r--r-- | doc/example.quick.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/example.conf b/doc/example.conf index 0255b37..e0c3491 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -53,7 +53,7 @@ serverinfo { * a digit, followed by 2 alpha-numerical letters. * NOTE: The letters must be capitalized. This cannot be changed at runtime. */ - sid = "_CHANGE_ME_"; + sid = "0HY"; /* * description: the description of the server. diff --git a/doc/example.efnet.conf b/doc/example.efnet.conf index cb7d4ac..cb5776a 100644 --- a/doc/example.efnet.conf +++ b/doc/example.efnet.conf @@ -57,7 +57,7 @@ serverinfo { * a digit, followed by 2 alpha-numerical letters. * NOTE: The letters must be capitalized. This cannot be changed at runtime. */ - sid = "_CHANGE_ME_"; + sid = "0HY"; /* * description: the description of the server. diff --git a/doc/example.quick.conf b/doc/example.quick.conf index 45159de..bf2faec 100644 --- a/doc/example.quick.conf +++ b/doc/example.quick.conf @@ -38,7 +38,7 @@ serverinfo { name = "hades.arpa"; - sid = "_CHANGE_ME_"; + sid = "0HY"; description = "ircd-hybrid test server"; network_name = "MyNet"; network_desc = "This is My Network"; |