diff options
Diffstat (limited to 'include/listmode.h')
-rw-r--r-- | include/listmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ListLimit> 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 |