Modify ↓
Opened at 2012-03-07T12:14:40Z
Closed at 2012-03-10T00:07:30Z
#929 closed defect (fixed)
`channel #muc set -del nick` does not work
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.5 |
Keywords: | channel, nick | Cc: | |
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | Debian Wheezy |
Description
You can set a nick for a specific channel, but cannot unset it afterwards (so have to edit /var/lib/bitlbee/config.xml manually):
13:05:40 @mvuets> channel #muc set nick 13:05:40 @root> nick is empty 13:05:49 @mvuets> channel #muc set nick "some nick" 13:05:49 @root> nick = `some nick' 13:05:50 @mvuets> channel #muc set nick 13:05:50 @root> nick = `some nick' 13:05:53 @mvuets> channel #muc set -del nick 13:05:53 @root> nick = `some nick' 13:05:57 @mvuets> channel #muc set nick 13:05:57 @root> nick = `some nick'
Attachments (1)
Change History (3)
Changed at 2012-03-07T18:25:02Z by
Attachment: | 0001-set-del-nick-fix.patch added |
---|
comment:1 Changed at 2012-03-07T18:25:52Z by
comment:2 Changed at 2012-03-10T00:07:30Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yup, I had the same suspicion. Applied that patch now, thanks!
Note: See
TracTickets for help on using
tickets.
Confirmed, it behaves like that because SET_NULL_OK flag isn't set for "nick". Patch attached.