Changeset 3ddb7477 for conf.c


Ignore:
Timestamp:
2010-03-26T12:14:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ebaebfe
Parents:
ba7d16f
Message:

One total mess that doesn't do much yet, but reorganised some stuff and
untying the IRC and the core parts a little bit. Lots of work left to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    rba7d16f r3ddb7477  
    369369                if( g_strcasecmp( ini->section, "defaults" ) == 0 )
    370370                {
    371                         set_t *s = set_find( &irc->set, ini->key );
     371                        set_t *s = set_find( &irc->b->set, ini->key );
    372372                       
    373373                        if( s )
Note: See TracChangeset for help on using the changeset viewer.