Changeset ec2ebcc
- Timestamp:
- 2010-04-11T22:13:19Z (15 years ago)
- Branches:
- master
- Children:
- 3e69802
- Parents:
- 4fca1db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r4fca1db rec2ebcc 498 498 irc_reply( irc, 301, "%s :%s", u->nick, u->away ); 499 499 if( u->status_msg ) 500 irc_reply( irc, 3 33, "%s :Status:%s", u->nick, u->status_msg );500 irc_reply( irc, 320, "%s :%s", u->nick, u->status_msg ); 501 501 502 502 irc_reply( irc, 318, "%s :End of /WHOIS list", nick );
Note: See TracChangeset
for help on using the changeset viewer.