X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Flistmode.h;h=f978e9c9a39529afb3f7c219a4f72c34c569efd3;hb=d23c030c9a8fd58807438245a004e4aa5b7288ba;hp=f49c5b3c8ed825ab9df3be277fc41092eb699fa2;hpb=60658d0bdbc8d047c3dbfc19abb005e147b5b2b9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/listmode.h b/include/listmode.h index f49c5b3c8..f978e9c9a 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -64,7 +64,7 @@ class CoreExport ListModeBase : public ModeHandler typedef std::vector limitlist; /** The default maximum list size. */ - static const unsigned int DEFAULT_LIST_SIZE = 64; + static const unsigned int DEFAULT_LIST_SIZE = 100; /** Finds the limit of modes that can be placed on the given channel name according to the config * @param channame The channel name to find the limit for