wrote modcmd bind system
[NeonServV5.git] / main.h
diff --git a/main.h b/main.h
index c25d743239b8fece8b37a3c1b9fac8914aa243bb..0af72895852f6fba0af2ed39264552b133329b2b 100644 (file)
--- a/main.h
+++ b/main.h
@@ -39,6 +39,7 @@
 #define TOPICLEN        500
 #define CHANNELLEN      200
 #define MAXLEN          512
+#define TRIGGERLEN      50
 
 //valid nick chars
 #define VALID_NICK_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890{|}~[\\]^_`"
@@ -51,5 +52,6 @@
 #define TEMPUSER_LIST_INDEX VALID_NICK_CHARS_FIRST_LEN
 
 int stricmp (const char *s1, const char *s2);
+int stricmplen (const char *s1, const char *s2, int len);
 
 #endif
\ No newline at end of file