- Timestamp:
- 2008-09-28T11:18:19Z (16 years ago)
- Branches:
- master
- Children:
- b2c062d
- Parents:
- e180c59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chat.c
re180c59 r94acdd0 170 170 } 171 171 172 int chat_join( irc_t *irc, struct chat *c )172 int chat_join( irc_t *irc, struct chat *c, const char *password ) 173 173 { 174 174 struct groupchat *gc; … … 178 178 nick = irc->nick; 179 179 180 if( ( gc = c->acc->prpl->chat_join( c->acc->ic, c->handle, nick, NULL) ) )180 if( ( gc = c->acc->prpl->chat_join( c->acc->ic, c->handle, nick, password ) ) ) 181 181 { 182 182 g_free( gc->channel );
Note: See TracChangeset
for help on using the changeset viewer.