Changeset 12c6634
- Timestamp:
- 2005-12-17T10:06:52Z (19 years ago)
- Branches:
- master
- Children:
- 3d64e5b, dd9a51b
- Parents:
- 701acdd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r701acdd4 r12c6634 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 1079 irc_motd( irc ); 1079 1080 irc_umode_set( irc, irc->myhost, "+" UMODE );
Note: See TracChangeset
for help on using the changeset viewer.