Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436536 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/common/inbound.c (-1 / +6 lines)
Lines 186-191 inbound_privmsg (server *serv, char *from, char *ip, char *text, int id) Link Here
186
186
187
	inbound_make_idtext (serv, idtext, sizeof (idtext), id);
187
	inbound_make_idtext (serv, idtext, sizeof (idtext), id);
188
188
189
	if (alert_match_word (from, prefs.irc_no_hilight))
190
		return;
191
189
	sess = find_session_from_nick (from, serv);
192
	sess = find_session_from_nick (from, serv);
190
	if (!sess)
193
	if (!sess)
191
	{
194
	{
Lines 436-441 inbound_chanmsg (server *serv, session *sess, char *chan, char *from, char *text Link Here
436
439
437
	inbound_make_idtext (serv, idtext, sizeof (idtext), id);
440
	inbound_make_idtext (serv, idtext, sizeof (idtext), id);
438
441
442
	if (alert_match_word (from, prefs.irc_no_hilight))
443
		return;
444
439
	if (is_hilight (from, text, sess, serv))
445
	if (is_hilight (from, text, sess, serv))
440
		hilight = TRUE;
446
		hilight = TRUE;
441
447
442
- 

Return to bug 436536