Changeset 94acdd0 for protocols/nogaim.c


Ignore:
Timestamp:
2008-09-28T11:18:19Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b2c062d
Parents:
e180c59
Message:

Restored support for password-protected chatrooms (for now only by accepting
a password in the IRC JOIN command).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    re180c59 r94acdd0  
    280280               
    281281                if( set_getbool( &c->set, "auto_join" ) )
    282                         chat_join( irc, c );
     282                        chat_join( irc, c, NULL );
    283283        }
    284284}
     
    710710}
    711711
    712 struct groupchat *imcb_chat_new( struct im_connection *ic, char *handle )
     712struct groupchat *imcb_chat_new( struct im_connection *ic, const char *handle )
    713713{
    714714        struct groupchat *c;
Note: See TracChangeset for help on using the changeset viewer.