Changeset 43f205b for irc.c


Ignore:
Timestamp:
2005-12-18T01:06:11Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3b9390b
Parents:
a03a9f3
Message:

Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply actually work).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    ra03a9f3 r43f205b  
    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 );
     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 );
    10791079        irc_motd( irc );
    10801080        irc_umode_set( irc, irc->myhost, "+" UMODE );
Note: See TracChangeset for help on using the changeset viewer.