id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,irc_client,os,os_version 801,/join with password,anonymous,,"I can't join password protected Jabber conferences. ""/join #channel password"" command is not working. But I fixed it. In ""irc_cmd_join"" function in ""irc_commands.c"" you need to add lines: {{{ if (cmd[2] && !comma) // if there is password and it's last channel in list set_setstr( &ic->set, ""password"", cmd[2] ); }}} Before ""if( ic->flags & IRC_CHANNEL_JOINED )"" line. Otherwise password argument is ignored by Bitlbee. I'm using version 3.0.3. Thanx.",defect,closed,major,,IRC,3.0.2,fixed,"join,password",,Client-independent,FreeBSD,