Changeset 831c955
- Timestamp:
- 2005-11-20T21:01:17Z (19 years ago)
- Branches:
- master
- Children:
- df618475
- Parents:
- 66c57924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r66c57924 r831c955 600 600 else if ( irc->nick && g_strcasecmp( cmd[1], irc->nick ) == 0 ) 601 601 { 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] ); 603 603 } 604 604 else
Note: See TracChangeset
for help on using the changeset viewer.