1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 07:33:14 +02:00

BUILD : 1.7.8 (571) BUGS : NOTES : Updated userkey infos in example.conf.

git-svn-id: svn://svn.anope.org/anope/trunk@571 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@421 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-07 11:57:03 +00:00
parent e578c64f8f
commit d91f67d8eb
5 changed files with 47 additions and 25 deletions
+1 -2
View File
@@ -1393,8 +1393,7 @@ int read_config(int reload)
"Every UserKey must be different. It's for YOUR safety! Remember that!");
retval = 0;
}
if ((UserKey1 == 9866235) || (UserKey2 == 5216332)
|| (UserKey3 == 9651291)) {
if (UserKey1 == 9866235) {
error(0,
"You don't want your network secure? You are supposed to set NEW UserKey values!!!");
retval = 0;