> Index: ircu2.10/ircd/m_kick.c
> diff -u ircu2.10/ircd/m_kick.c:1.6.2.1 ircu2.10/ircd/m_kick.c:1.6.2.1.8.1
> --- ircu2.10/ircd/m_kick.c:1.6.2.1    Sun Feb  3 12:31:46 2002
> +++ ircu2.10/ircd/m_kick.c    Wed Oct 16 23:56:05 2002
> @@ -187,7 +187,10 @@
>      member = 0;
>  
>    /* Send HACK notice, but not for servers in BURST */
> -  if (IsServer(sptr) && !IsBurstOrBurstAck(sptr))
> +  /* 2002-10-17: Don't send HACK if the users local server is kicking them *
> /
> +  if (IsServer(sptr) 
> +      && !IsBurstOrBurstAck(sptr)
> +      && !sptr=cli_from(who))

Err...huh?  "!sptr=cli_from(who)"?  That just doesn't make sense :)
Maybe it would have helped if you'd put spaces around the "="... ;)
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Reply via email to