Changeset 831c955


Ignore:
Timestamp:
2005-11-20T21:01:17Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
df618475
Parents:
66c57924
Message:

Self-NOTICEs now come back as a NOTICE, not a PRIVMSG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r66c57924 r831c955  
    600600                else if ( irc->nick && g_strcasecmp( cmd[1], irc->nick ) == 0 )
    601601                {
    602                         irc_write( irc, ":%s!%s@%s PRIVMSG %s :%s", irc->nick, irc->user, irc->host, cmd[1], cmd[2] );
     602                        irc_write( irc, ":%s!%s@%s %s %s :%s", irc->nick, irc->user, irc->host, cmd[0], cmd[1], cmd[2] );
    603603                }
    604604                else
Note: See TracChangeset for help on using the changeset viewer.