Modify ↓
Opened at 2008-12-17T05:04:25Z
Closed at 2015-10-21T11:31:10Z
#465 closed defect (fixed)
Incorrectly reporting "Invalid channel name" for jabber chat
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | IRC | Version: | 1.2.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
On a jabber account, I am unable to join an existing chat channel with a # in the name.
If I comment out the nick_ok check in root_commands.c, Bitlbee is able to join the channel and participate correctly.
Attachments (0)
Change History (3)
comment:1 Changed at 2010-05-23T14:16:13Z by
Component: | Jabber → IRC |
---|---|
Owner: | wilmer deleted |
comment:2 Changed at 2010-06-16T13:44:29Z by
changeset:wilmer-ui-fix,663 fixes this.
Not sure if I'll try to copy this to the main branch, I'd rather put energy into finishing and merging ui-fix.
comment:3 Changed at 2015-10-21T11:31:10Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I guess this was fixed when ui-fix was merged (3.0). Just tested and it does work.
Note: See
TracTickets for help on using
tickets.
Interesting. This exposes a bug in BitlBee's picture of correct channel names.
You can still use the room if you just set the channel name to something with only one &/# at the beginning of the name, but a proper fix would indeed be nice to have. I'll figure something out.