From c8eeadd72286b87cc1638e388669e00e8c8b9f1e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Jul 2010 11:16:07 +0100 Subject: Added automatic joining of channels. Auto-rejoin functionality for groupchats not reimplemented yet but that's the next step. --- root_commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'root_commands.c') diff --git a/root_commands.c b/root_commands.c index 127570e6..62fe1e79 100644 --- a/root_commands.c +++ b/root_commands.c @@ -156,6 +156,7 @@ static void cmd_identify( irc_t *irc, char **cmd ) irc_setpass( irc, password ); irc->status |= USTATUS_IDENTIFIED; irc_umode_set( irc, "+R", 1 ); + irc_channel_auto_joins( irc, NULL ); if( load && set_getbool( &irc->b->set, "auto_connect" ) ) cmd_account( irc, account_on ); break; -- cgit v1.2.3