diff options
-rw-r--r-- | irc_channel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc_channel.c b/irc_channel.c index f5e140e0..a0aaaccf 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -492,6 +492,10 @@ static gboolean control_channel_init( irc_channel_t *ic ) set_setstr( &ic->set, "group", ic->name + 1 ); set_setstr( &ic->set, "fill_by", "group" ); } + else if( set_setstr( &ic->set, "protocol", ic->name + 1 ) ) + { + set_setstr( &ic->set, "fill_by", "protocol" ); + } else if( set_setstr( &ic->set, "account", ic->name + 1 ) ) { set_setstr( &ic->set, "fill_by", "account" ); |