diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-26 08:14:37 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-26 08:14:37 -0400 |
commit | 3ddb7477f51d3cf1632e2a8b6f7da4c0609a52cb (patch) | |
tree | 4ed5b267d5968fa462c2d84de73f789216b3284e /conf.c | |
parent | ba7d16f3c90de2744243efe6373ccebe51cfcb5a (diff) |
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.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ void conf_loaddefaults( irc_t *irc ) { if( g_strcasecmp( ini->section, "defaults" ) == 0 ) { - set_t *s = set_find( &irc->set, ini->key ); + set_t *s = set_find( &irc->b->set, ini->key ); if( s ) { |