]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
update TODO
[irc/rqf/shadowircd.git] / include / client.h
index 130f19207e349dd5fff3d0d369e8d37dc4cc74ee..4190c779f7576910ab0a726e114e3d9b32133e56 100644 (file)
@@ -38,7 +38,7 @@
 #include "channel.h"
 #include "res.h"
 #include "snomask.h"
-#include "irc_string.h"
+#include "match.h"
 #include "ircd.h"
 
 /* other structs */
@@ -373,12 +373,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)