diff options
author | Adam <Adam@anope.org> | 2012-10-01 02:29:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-01 02:29:31 -0400 |
commit | b19a3af4db6fefdf3d94963163eb00e7133c8046 (patch) | |
tree | 75c8b43d4480ba285940eb218fcd3231f1bcef97 /include/config.h | |
parent | 89428a9d1032e3c2a6e397629a32862b3e58d708 (diff) |
Add networkinfo:chanlen config directive
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index d9ec11abd..23ebe2da9 100644 --- a/include/config.h +++ b/include/config.h @@ -391,6 +391,8 @@ class CoreExport ServerConfig unsigned UserLen; /* Max lenght of hostnames */ unsigned HostLen; + /* Max length of channel names */ + unsigned ChanLen; /* Casemapping to use */ Anope::string CaseMap; |