Modify ↓
Opened at 2005-12-16T18:07:03Z
Last modified at 2007-07-11T12:58:51Z
#56 new enhancement
Hilight on/off switch
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | BitlBee | Version: | 1.0 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
set hilight on/off Turning hilight on/off, ie switching between "<contact> nick, hello!" and "<contact> hello!" format when talking in control channel. While the hilight is useful to attract attention when you're not looking at your irc app, it can get rather annoying to keep reading your nickname over and over and over again in every line.
Attachments (1)
Change History (3)
comment:1 Changed at 2006-02-04T22:47:33Z by
Changed at 2006-02-04T22:48:10Z by
Attachment: | private_hilight.patch added |
---|
comment:2 Changed at 2006-02-04T23:30:41Z by
Here is the part of command.xml in the doc/user-guide directory:
<bitlbee-setting name="private_hilight" type="boolean"> <default>True</default> <description> <para> If value is true, messages from users in the Bitlbee channel will be prefixed with your nickname. If false, the messages won't contain your nickname. </para> </description> </bitlbee-setting>
Note: See
TracTickets for help on using
tickets.
I made a patch to fix this. The setting so far is private_hilight, the default is true.