diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-22 21:13:32 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-22 21:13:32 +0000 |
commit | 570acfa25f7815bd75ed4d8dad286be3b51b7191 (patch) | |
tree | e9520adcf833df6131e771fa3acbbb045e84a2a3 /include/config.h | |
parent | fff701c65b7c544a26d31f75b5d6a36918817a0c (diff) |
# BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuff
git-svn-id: svn://svn.anope.org/anope/trunk@1099 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@823 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h index eb4eaf168..445f16bc3 100644 --- a/include/config.h +++ b/include/config.h @@ -33,11 +33,6 @@ /******* OperServ configuration *******/ -/* How big a hostname list do we keep for clone detection? On large nets - * (over 500 simultaneous users or so), you may want to increase this if - * you want a good chance of catching clones. */ -#define CLONE_DETECT_SIZE 16 - /* Define this to enable OperServ's svs commands (superadmin only). */ #define USE_OSSVS |