Changeset 12c6634 for irc.c


Ignore:
Timestamp:
2005-12-17T10:06:52Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3d64e5b, dd9a51b
Parents:
701acdd4
Message:

BitlBee now sends a (hopefully correct) 005 reply on connect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r701acdd4 r12c6634  
    10761076        irc_reply( irc,   3, ":%s", IRCD_INFO );
    10771077        irc_reply( irc,   4, "%s %s %s %s", irc->myhost, BITLBEE_VERSION, UMODES, CMODES );
     1078        irc_reply( irc,   5, "PREFIX=(ov)@% CHANTYPES=#& CHANMODES=,,,%s NICKLEN=%d NETWORK=BitlBee CASEMAPPING=rfc1459 MAXTARGETS=1 WATCH=128 :are supported by this server", CMODES, MAX_NICK_LENGTH - 1 );
    10781079        irc_motd( irc );
    10791080        irc_umode_set( irc, irc->myhost, "+" UMODE );
Note: See TracChangeset for help on using the changeset viewer.