Modify

#929 closed defect (fixed)

`channel #muc set -del nick` does not work

Reported by: maxim.vuets@… 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)

0001-set-del-nick-fix.patch (1020 bytes) - added by Artem Savkov <artem.savkov@…> at 2012-03-07T18:25:02Z.

Download all attachments as: .zip

Change History (3)

Changed at 2012-03-07T18:25:02Z by Artem Savkov <artem.savkov@…>

Attachment: 0001-set-del-nick-fix.patch added

comment:1 Changed at 2012-03-07T18:25:52Z by Artem Savkov <artem.savkov@…>

Confirmed, it behaves like that because SET_NULL_OK flag isn't set for "nick". Patch attached.

comment:2 Changed at 2012-03-10T00:07:30Z by wilmer

Resolution: fixed
Status: newclosed

Yup, I had the same suspicion. Applied that patch now, thanks!

changeset:devel,898.

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.