summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index 60292ed..c4d20e0 100644
--- a/structures.h
+++ b/structures.h
@@ -32,6 +32,7 @@
#define MAXCONFARR 40 // Max number of entries that a configuration array can have
#define MAXCHANNICKS 8192 // Maximum number of nicks to track per channel
#define AUTHTIMEOUT 130 // How many seconds to give clients to authenticate, checked at most every SELECTTIMEOUT seconds
+#define STDERRMAX 8192 // Maximum number of bytes we're willing to build into STDERR output
struct ircdstate {
char greeting001[MAXDATASIZE];