]> jfr.im git - solanum.git/blobdiff - include/client.h
TS_MIN is 6 now.
[solanum.git] / include / client.h
index 1b934e76480d0214744f397fd0a33d40cf055fa8..a3acba6d2ec19d6910f39b4d5cd4ac9b16536d90 100644 (file)
@@ -38,7 +38,8 @@
 #include "channel.h"
 #include "res.h"
 #include "snomask.h"
-#include "match.h"
+#include "irc_string.h"
+#include "sprintf_irc.h"
 #include "ircd.h"
 
 /* other structs */
@@ -373,12 +374,7 @@ struct exit_client_hook
  * ts stuff
  */
 #define TS_CURRENT     6
-
-#ifdef TS6_ONLY
 #define TS_MIN          6
-#else
-#define TS_MIN          3
-#endif
 
 #define TS_DOESTS       0x10000000
 #define DoesTS(x)       ((x)->tsinfo & TS_DOESTS)