Changeset 2a2db6f
- Timestamp:
- 2008-02-11T14:33:53Z (17 years ago)
- Branches:
- master
- Children:
- 8c2b1c3
- Parents:
- 5bf5edf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r5bf5edf r2a2db6f 734 734 irc_reply( irc, 3, ":%s", IRCD_INFO ); 735 735 irc_reply( irc, 4, "%s %s %s %s", irc->myhost, BITLBEE_VERSION, UMODES UMODES_PRIV, CMODES ); 736 irc_reply( irc, 5, "PREFIX=(o v)@+ 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 ); 737 737 irc_motd( irc ); 738 738 irc->umode[0] = '\0';
Note: See TracChangeset
for help on using the changeset viewer.