diff options
Diffstat (limited to 'Changes.conf')
-rw-r--r-- | Changes.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Changes.conf b/Changes.conf index 62e671b53..8ec652a8f 100644 --- a/Changes.conf +++ b/Changes.conf @@ -4,6 +4,20 @@ Anope Version S V N ** MODIFIED CONFIGURATION DIRECTIVES ** +# 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! +# For those pple who don't understand what to do here: Just pick three +# _different_ _random_ numbers with about 6 or 7 digits and put them here. +# If the keys don't work, they might be too long. Example: +# UserKey1 9866235 + +# UserKey1 <your_first_random_number_here> +# UserKey2 <your_second_random_number_here> +# UserKey3 <you_third_random_number_here> + ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.8 |