Changeset c8eeadd for irc.c


Ignore:
Timestamp:
2010-07-04T10:16:07Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5c7b45c
Parents:
0bd948e
Message:

Added automatic joining of channels. Auto-rejoin functionality for
groupchats not reimplemented yet but that's the next step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r0bd948e rc8eeadd  
    653653                        ic = irc->default_channel = irc_channel_new( irc, ROOT_CHAN );
    654654                        irc_channel_set_topic( ic, CONTROL_TOPIC, irc->root );
    655                         irc_channel_add_user( ic, irc->user );
     655                        set_setstr( &ic->set, "auto_join", "true" );
     656                        irc_channel_auto_joins( irc, NULL );
    656657                       
    657658                        irc->last_root_cmd = g_strdup( ROOT_CHAN );
Note: See TracChangeset for help on using the changeset viewer.