changed Makefile; build all commands as an own file
[NeonServV5.git] / main.h
diff --git a/main.h b/main.h
index 115d15e77631c04ba207b4cfc3d994bd52e96902..0731781ba68cf00b30ce7228ee26750e14102375 100644 (file)
--- a/main.h
+++ b/main.h
@@ -4,6 +4,9 @@
 #define NEONSERV_VERSION "5.0.1-dev"
 
 #include "config.h"
+#ifndef BOTWAR_ALERT_CHAN
+#define BOTWAR_ALERT_CHAN NULL
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,6 +66,8 @@
 #define MAXLANGUAGES    5
 #define MAXMODES        6
 #define INVITE_TIMEOUT  30
+#define BOTWAR_DETECTION_TIME 7
+#define BOTWAR_DETECTION_EVENTS 6
 
 //valid nick chars
 #define VALID_NICK_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890{|}~[\\]^-_`"