Opened at 2008-12-22T01:24:57Z
Closed at 2010-05-11T22:04:28Z
#469 closed enhancement (fixed)
Ability to create persistent channel names using imcb_chat_new()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Hi,
http://frugalware.org/~vmiklos/patches/bitlbee-persistent-channames.patch
This patch allows my skype plugin to use the "&foo" as channel name for groupchats where foo is the internal skype id which is persistent.
The goal is that even after the user disconnects and reconnects to bitlbee the channel name will be the same, so in case the client remembers the layout (like irssi), the channels will not appear in a random order.
Currently the patch just fixes the build errors in the protocols, but when passing the new parameter with true, this mode is activated.
Works fine both for me and macmaN on #bitlbee.
Thanks!
Attachments (0)
Change History (1)
comment:1 Changed at 2010-05-11T22:04:28Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Oh, hey. Implemented using imcb_chat_name_hint() in the end.