X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_create.c;h=e27e56649fda939dd8fa0333a8b3d2ee49fa43f1;hb=411df45b6a2410b07e62affaaa3e07a4e9d45e2d;hp=6cb3db2c80d6673a863173355e232a4a7795172a;hpb=fef6699f9500dbf2d2c88f45ba7d41b866c7d252;p=ircu2.10.12-pk.git diff --git a/ircd/m_create.c b/ircd/m_create.c index 6cb3db2..e27e566 100644 --- a/ircd/m_create.c +++ b/ircd/m_create.c @@ -126,8 +126,7 @@ int ms_create(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) /* A create that didn't appear during a burst has that servers idea of * the current time. Use it for lag calculations. */ - if (!IsBurstOrBurstAck(sptr) && 0 != chanTS && - MAGIC_REMOTE_JOIN_TS != chanTS) + if (!IsBurstOrBurstAck(sptr) && 0 != chanTS) cli_serv(cli_user(sptr)->server)->lag = TStime() - chanTS; /* If this server is >1 minute fast, warn */ @@ -168,7 +167,6 @@ int ms_create(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) /* Check if we need to bounce a mode */ if (TStime() - chanTS > TS_LAG_TIME || (chptr->creationtime && chanTS > chptr->creationtime && - chptr->creationtime != MAGIC_REMOTE_JOIN_TS && /* Accept CREATE for zannels. This is only really necessary on a network with servers prior to 2.10.12.02: we just accept their TS and ignore the fact that it was a zannel. The influence of this on a network