> @@ -120,7 +124,9 @@
>   */
>  
>  #define HEAD_IN_SAND_WHOIS_SERVERNAME
> +#define HEAD_IN_SAND_WHOIS_IDLETIME
>  #define HEAD_IN_SAND_WHO_SERVERNAME
> +#define HEAD_IN_SAND_WHO_HOPCOUNT
>  
>  /* CFV-165 - Hiding Nonessential information from non-opers
>   *

ugh...hiding the idle time?  *sob*

Also, there seems to be a problem with this hunk:

> Index: ircu2.10/include/supported.h
> diff -u ircu2.10/include/supported.h:1.1 ircu2.10/include/supported.h:1.1.36.1
> --- ircu2.10/include/supported.h:1.1  Fri Mar 17 23:20:28 2000
> +++ ircu2.10/include/supported.h      Sat Jun 23 01:16:58 2001
> @@ -16,7 +16,7 @@
>   * along with this program; if not, write to the Free Software
>   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   *
> - * $Id: supported.h,v 1.1 2000/03/18 05:20:28 bleep Exp $
> + * $Id: supported.h,v 1.1.36.1 2001/06/23 06:16:58 isomer Exp $
>   *
>   * Description: This file has the featureset that ircu announces on connecting
>   *              a client.  It's in this .h because it's likely to be appended
> @@ -38,16 +38,19 @@
>                  " USERIP"\
>                  " CPRIVMSG"\
>                  " CNOTICE"\
> +                " MAP" \
>                  " MODES=%i" \
>                  " MAXCHANNELS=%i" \
>                  " MAXBANS=%i" \
>                  " NICKLEN=%i" \
>                  " TOPICLEN=%i" \
>                  " KICKLEN=%i" \
> -                " MAP"
> +             " CHANTYPES=%s" \
> +             " CHANMODES=%s" \
> +             " CHARSET=%s" 
>                   
>  #define FEATURESVALUES MAXMODEPARAMS,MAXCHANNELSPERUSER,MAXBANS, \
> -        NICKLEN,TOPICLEN,TOPICLEN
> +        NICKLEN,TOPICLEN,TOPICLEN, "+#^", "(ov)@+", "b,k,l,imnpst", "rfc1459"
>  
>  #endif /* INCLUDED_supported_h */
>  

Could you clarify this, please?  First, I suspect you meant '&' instead of
'^'; second, there's no format specifier matching "(ov)@+", throwing the
rest of the feature values into the wrong places.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Reply via email to