Opened at 2015-04-09T11:27:47Z
Closed at 2015-04-09T21:39:38Z
#1201 closed enhancement (invalid)
Add online status of user to query topic
Reported by: | 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
comment:2 Changed at 2015-04-09T21:39:38Z by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
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. :-/