Changeset 2a2db6f


Ignore:
Timestamp:
2008-02-11T14:33:53Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
8c2b1c3
Parents:
5bf5edf
Message:

announce that we support halfops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r5bf5edf r2a2db6f  
    734734        irc_reply( irc,   3, ":%s", IRCD_INFO );
    735735        irc_reply( irc,   4, "%s %s %s %s", irc->myhost, BITLBEE_VERSION, UMODES UMODES_PRIV, CMODES );
    736         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 );
     736        irc_reply( irc,   5, "PREFIX=(ohv)@%%+ CHANTYPES=#& CHANMODES=,,,%s NICKLEN=%d NETWORK=BitlBee CASEMAPPING=rfc1459 MAXTARGETS=1 WATCH=128 :are supported by this server", CMODES, MAX_NICK_LENGTH - 1 );
    737737        irc_motd( irc );
    738738        irc->umode[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.