Changeset ec2ebcc


Ignore:
Timestamp:
2010-04-11T22:13:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3e69802
Parents:
4fca1db
Message:

Use 320 replies for status messages in /WHOIS, 333 was a bad idea.
Closes Debian bug #576120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r4fca1db rec2ebcc  
    498498                        irc_reply( irc, 301, "%s :%s", u->nick, u->away );
    499499                if( u->status_msg )
    500                         irc_reply( irc, 333, "%s :Status: %s", u->nick, u->status_msg );
     500                        irc_reply( irc, 320, "%s :%s", u->nick, u->status_msg );
    501501               
    502502                irc_reply( irc, 318, "%s :End of /WHOIS list", nick );
Note: See TracChangeset for help on using the changeset viewer.