diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-12 10:54:39 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-12 10:54:39 +0000 |
commit | 6a714bdb1595cdecb75a93271d12f606376e2adc (patch) | |
tree | 64c0ee330e2dcf719b24ce4289349026c996d7c3 /doc/example.conf | |
parent | e28bd87206889d5e4c3e649700e169f9b089059d (diff) |
- 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
Diffstat (limited to 'doc/example.conf')
-rw-r--r-- | doc/example.conf | 2 |
1 files changed, 1 insertions, 1 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. |