From 6a714bdb1595cdecb75a93271d12f606376e2adc Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 12 Apr 2013 10:54:39 +0000 Subject: - Added default sid to example configuration files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1817 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/example.quick.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/example.quick.conf') 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"; -- cgit