Changeset 41ca004 for irc.c


Ignore:
Timestamp:
2006-05-19T07:55:53Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
68b518d6
Parents:
ac83732 (diff), 881fd4e (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:

Merging from main development tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    rac83732 r41ca004  
    550550       
    551551        u = user_find( irc, irc->mynick );
    552         if( u ) is_private = u->is_private;
     552        is_private = u->is_private;
    553553       
    554554        va_start( params, format );
Note: See TracChangeset for help on using the changeset viewer.