Changeset 1c40aa7 for irc_channel.c


Ignore:
Timestamp:
2010-06-28T00:07:46Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c7eb771
Parents:
134a02c
Message:

Mark nameless groupchat channels as temporary so they don't stick around
forever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r134a02c r1c40aa7  
    202202       
    203203        if( iu == ic->irc->user )
     204        {
    204205                ic->flags &= ~IRC_CHANNEL_JOINED;
     206               
     207                if( ic->flags & IRC_CHANNEL_TEMP )
     208                        irc_channel_free( ic );
     209        }
    205210       
    206211        return 1;
Note: See TracChangeset for help on using the changeset viewer.