diff options
author | Adam <Adam@anope.org> | 2013-09-03 19:40:03 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-09-03 19:40:03 -0400 |
commit | 1b42e266426fd9aee439d024d787c7ba4a421c63 (patch) | |
tree | b4c0a6c823108f0b2b3a6d5673200e57956a0abe /include/protocol.h | |
parent | 46913511677b169f32d55e4fc96a8c236169ddc7 (diff) |
Cap mode stacker max line length
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 2744dde0d..81ea7b791 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -66,6 +66,8 @@ class CoreExport IRCDProto : public Service bool RequiresID; /* The maximum number of modes we are allowed to set with one MODE command */ unsigned MaxModes; + /* The maximum number of bytes a line may have */ + unsigned MaxLine; /** Sets the server in NOOP mode. If NOOP mode is enabled, no users * will be able to oper on the server. |