Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r831c955 r25d1be7  
    15101510                        {
    15111511                                irc_write( irc, ":%s!%s@%s %s %s :%s%s", u->nick, u->user, u->host,
    1512                                            type, to, prefix, line );
     1512                                           type, to, prefix ? prefix : "", line );
    15131513                        }
    15141514                        line = s + 1;
Note: See TracChangeset for help on using the changeset viewer.