Changeset 578d627


Ignore:
Timestamp:
2005-12-18T11:48:25Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00f434f
Parents:
3b9390b
Message:

*Oops* The 005 reply sent % as the prefix for voiced people instead of +...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r3b9390b r578d627  
    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.