Modify

#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)

private_hilight.patch (764 bytes) - added by timing at 2006-02-04T22:48:10Z.

Download all attachments as: .zip

Change History (3)

comment:1 Changed at 2006-02-04T22:47:33Z by timing

I made a patch to fix this. The setting so far is private_hilight, the default is true.

Changed at 2006-02-04T22:48:10Z by timing

Attachment: private_hilight.patch added

comment:2 Changed at 2006-02-04T23:30:41Z by timing

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>

Modify Ticket

Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.