]> jfr.im git - irc/quakenet/snircd.git/blobdiff - include/channel.h
Import of u2_10_12_08
[irc/quakenet/snircd.git] / include / channel.h
index 2387c0c55864a65a7aef5e5a698b4baf43cc9a5c..1e7858276f156e5332cb0da281ded906c4496dba 100644 (file)
@@ -19,7 +19,7 @@
  */
 /** @file
  * @brief Channel management and maintenance.
- * @version $Id: channel.h,v 1.55 2005/09/27 02:41:57 entrope Exp $
+ * @version $Id: channel.h,v 1.55.2.1 2005/12/23 17:12:06 klmitch Exp $
  */
 #ifndef INCLUDED_channel_h
 #define INCLUDED_channel_h
@@ -163,15 +163,6 @@ typedef enum ChannelGetType {
  */
 #define TS_LAG_TIME 86400
 
-/**
- * A Magic TS that is used for channels that are created by JOIN,
- * a channel with this TS accepts all TS without complaining that
- * it might receive later via MODE or CREATE.
- *
- * Part of the P9 compatibility, shouldn't occur on a P10 network.
- */
-#define MAGIC_REMOTE_JOIN_TS 1270080000
-
 
 
 extern const char* const PartFmt1;