Changeset 1c40aa7 for storage_xml.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
  • storage_xml.c

    r134a02c r1c40aa7  
    517517                irc_channel_t *ic = l->data;
    518518               
     519                if( ic->flags & IRC_CHANNEL_TEMP )
     520                        continue;
     521               
    519522                if( !xml_printf( fd, 1, "<channel name=\"%s\" type=\"%s\">\n",
    520523                                 ic->name, set_getstr( &ic->set, "type" ) ) )
Note: See TracChangeset for help on using the changeset viewer.