Changeset cfcc587 for irc.c


Ignore:
Timestamp:
2005-11-28T01:14:35Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
ed165fe
Parents:
cf13671 (diff), b20b32f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    rcf13671 rcfcc587  
    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.