Your message dated Sun, 05 Nov 2006 08:40:21 +0100
with message-id <[EMAIL PROTECTED]>
and subject line xchat - texts events "Channel MSG Hilight" noising '4'
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xchat
Version: 2.6.4-2.1
When someone invoke [mynickname] inside xchat conversation, the name
of the invoker's
has a noising '4' before his name
For fix the bug, is needed to remove the 2 first chars '$4' of the
line 118 of the
file src/common/textevents.in and the same for the line 63 in
src/common/textevents.h
(tested and working).
It can be manually repaired, editing ~/xchat/pevents.conf on line 59
replacing "event_text=$4%C21%B$1%O$t%C21$2" whit "event_text=%C21%B$1%O$t%C21$2"
I suggest that modify src/common/textevents.in and src/common/textevents.h.
I am using Debian GNU/Linux Sid, kernel 2.6.18-686
--- End Message ---
--- Begin Message ---
In xchat 2.6.8-0.1 this event_text is now:
event_name=Channel Msg Hilight
event_text=$4%C21%B%H<%H$1%H>%H%O%C21$t$2
That should solve this problem.
signature.asc
Description: This is a digitally signed message part
--- End Message ---