X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=3d01d7e9168ec01ec7a41e653cff71cf6b4971c6;hb=ab8305ad99d7bb7d2cfe4154b2deb007546d5b70;hp=e9bcbdb2c0213e13183ebe0229524807eaa2ec57;hpb=a95d82e5241204b90ad96bcc56f56522668dcc9e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index e9bcbdb2c..3d01d7e91 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * InspIRCd: (C) 2002-2010 InspIRCd Development Team * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see @@ -409,11 +409,6 @@ class CoreExport ServerConfig */ unsigned int MaxTargets; - /** The maximum number of /WHO results allowed - * in any single /WHO command. - */ - int MaxWhoResults; - /** True if we're going to hide netsplits as *.net *.split for non-opers */ bool HideSplits;