Users on highlight ignore are completely ignored
Bug #735656 reported by
Sandeep Kamath
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xchat (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: xchat
the nicknames entered in 'Nicknames not to highlight' seem to get completely ignored.
This is happening on natty. Was working fine in maverick
I'm using a 64bit system, a fully up-to-date natty
package is xchat
summary: |
- Users on highlight ignore and completely ignored + Users on highlight ignore are completely ignored |
To post a comment you must log in.
I think this is caused by 71_fix_ nick_not_ to_highlight. patch
On line 442, inbound_chanmsg: no_hilight) )
if (alert_match_word (from, prefs.irc_
return; // <<<--- returning, without delivering the message
if (is_hilight (from, text, sess, serv))
hilight = TRUE;
I think this should be: no_hilight) && is_hilight (from, text, sess, serv))
if (!alert_match_word (from, prefs.irc_
hilight = TRUE;
Same is true for in inbound_privmsg