Modify ↓
Opened at 2011-06-16T09:22:26Z
Closed at 2012-03-25T23:38:38Z
#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
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It's a channel setting now.