diff options
| author | keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-09-09 15:51:33 +0000 |
|---|---|---|
| committer | keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-09-09 15:51:33 +0000 |
| commit | e41e4cd69e4df7c18865e85146c06f95c5d31080 (patch) | |
| tree | 6887e2863cb8040c69abc18d2c4b0ef8a807d638 /data | |
| parent | 6c2674da5a94ec7ea60749276d462aa291c70001 (diff) | |
BUILD : 1.7.5 (342) BUGS : #00 NOTES : Certus: Replaced current rand-implementation with arc4random and replaced C++ comments with C-style comments (gcc 2.95 might complain).
git-svn-id: svn://svn.anope.org/anope/trunk@342 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@218 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 8fadac2e0..1e3cdfbd1 100644 --- a/data/example.conf +++ b/data/example.conf @@ -259,6 +259,16 @@ NetworkName "LocalNet" # ########################################################################### +# UserKey1|2|3 <value> [REQUIRED] +# +# These keys are required to initiate the random number generator. These +# numbers MUST be random as you want your passcodes to be random. Don't +# give these keys to no anyone! Keep them private! + +#UserKey1 9866235 +#UserKey2 5216332 +#UserKey3 9651291 + # NoBackupOkay [DISCOURAGED] # Allows Services to continue file write operations (i.e. database # saving) even if the original file cannot be backed up. Enabling this |
