X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fchannel.h;h=b899e272422a4a4bb62be924d0fbb0177bfd989b;hb=411df45b6a2410b07e62affaaa3e07a4e9d45e2d;hp=f14bd784fbdceaa17996d6bbd7aab6b843c21e53;hpb=fef6699f9500dbf2d2c88f45ba7d41b866c7d252;p=ircu2.10.12-pk.git diff --git a/include/channel.h b/include/channel.h index f14bd78..b899e27 100644 --- a/include/channel.h +++ b/include/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;