close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
Modify

#1201 closed enhancement (invalid)

Add online status of user to query topic

Reported by: dragonchaser@… Owned by:
Priority: normal Milestone:
Component: BitlBee Version: 3.2.2
Keywords: Cc:
IRC client+version: Client-independent Operating System: Public server
OS version/distro:

Description

Hi,

it would be a nice feature, if bitlbee would display the online status of the communication partner in the query-topic

e.g.

currently implementation:

user@…

would become:

online:

user@… (online)

away:

user@… (away|<reason>)

etc.

Attachments (0)

Change History (2)

comment:1 Changed at 2015-04-09T11:34:17Z by wilmer

Agreed that this would be nice, but there is no such thing as a query topic on the IRC protocol level. It's up the IRC client what text is put in (usually) the top line of your console. BitlBee could only modify the hostmask of the client to include an away state but that sounds dirty. :-/

comment:2 Changed at 2015-04-09T21:39:38Z by dx

Resolution: invalid
Status: newclosed

The only way to modify a hostmask atm, in a clean way, is quit/join, which is rather undesirable. There's also the CHGHOST ircv3.2 extension but that requires client-side support (bitlbee doesn't have ircv3.2 support yet either).

And that would be the dirty way, like wilmer said.

So closing this since it's not really possible for us to do (as a server). You might want to try some client-side scripting though.

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.