Changeset 5df65bd for storage_xml.c


Ignore:
Timestamp:
2010-11-21T16:14:03Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
694be84
Parents:
495d21b
Message:

Don't save the global "away" settings, leave that to the IRC /AWAY info
coming from the IRC client. Also, hide it from the settings list, it
doesn't belong there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_xml.c

    r495d21b r5df65bd  
    494494       
    495495        for( set = irc->b->set; set; set = set->next )
    496                 if( set->value )
     496                if( set->value && !( set->flags & SET_NOSAVE ) )
    497497                        if( !xml_printf( fd, 1, "<setting name=\"%s\">%s</setting>\n", set->key, set->value ) )
    498498                                goto write_error;
Note: See TracChangeset for help on using the changeset viewer.