Modify

#801 closed defect (fixed)

/join with password

Reported by: anonymous Owned by:
Priority: major Milestone:
Component: IRC Version: 3.0.2
Keywords: join, password Cc:
IRC client+version: Client-independent Operating System: FreeBSD
OS version/distro:

Description

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.

Attachments (0)

Change History (1)

comment:1 Changed at 2012-03-25T23:38:38Z by wilmer

Resolution: fixed
Status: newclosed

It's a channel setting now.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.