Changeset 578d627
- Timestamp:
- 2005-12-18T11:48:25Z (19 years ago)
- Branches:
- master
- Children:
- 00f434f
- Parents:
- 3b9390b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r3b9390b r578d627 1076 1076 irc_reply( irc, 3, ":%s", IRCD_INFO ); 1077 1077 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 ); 1079 1079 irc_motd( irc ); 1080 1080 irc_umode_set( irc, irc->myhost, "+" UMODE );
Note: See TracChangeset
for help on using the changeset viewer.