Changeset 25d1be7 for irc.c


Ignore:
Timestamp:
2005-12-04T00:48:57Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e7f46c5, ed59700
Parents:
8f515c8
Message:

do_error_dialog shouldn't do NULL dereferences anymore, and TYPING notifications are always direct PRIVMSGs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r8f515c8 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.