Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325262 Details for
Bug 436536
net-irc/xchat-2.8.8-r2 - patches that apply cleanly and fix several issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix nick not to highlight
0011-71_fix_nick_not_to_highlight.patch (text/plain), 1.03 KB, created by
David J Cozatt
on 2012-09-28 20:29:20 UTC
(
hide
)
Description:
fix nick not to highlight
Filename:
MIME Type:
Creator:
David J Cozatt
Created:
2012-09-28 20:29:20 UTC
Size:
1.03 KB
patch
obsolete
>From 1747e36b1aa4884945eaafbc76d96dece1accb48 Mon Sep 17 00:00:00 2001 >From: ??? <noreply+unknown@ubuntu.com> >Date: Wed, 13 Jun 2012 10:50:34 +0900 >Subject: [PATCH 11/12] 71_fix_nick_not_to_highlight > >from ubuntu >--- > src/common/inbound.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/src/common/inbound.c b/src/common/inbound.c >index 719bbe6..fa75b55 100644 >--- a/src/common/inbound.c >+++ b/src/common/inbound.c >@@ -186,6 +186,9 @@ inbound_privmsg (server *serv, char *from, char *ip, char *text, int id) > > inbound_make_idtext (serv, idtext, sizeof (idtext), id); > >+ if (alert_match_word (from, prefs.irc_no_hilight)) >+ return; >+ > sess = find_session_from_nick (from, serv); > if (!sess) > { >@@ -436,6 +439,9 @@ inbound_chanmsg (server *serv, session *sess, char *chan, char *from, char *text > > inbound_make_idtext (serv, idtext, sizeof (idtext), id); > >+ if (alert_match_word (from, prefs.irc_no_hilight)) >+ return; >+ > if (is_hilight (from, text, sess, serv)) > hilight = TRUE; > >-- >1.7.7.5 (Apple Git-26) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436536
:
325242
|
325244
|
325246
|
325248
|
325250
|
325252
|
325254
|
325256
|
325258
|
325260
| 325262 |
325264
|
325266
|
325268
|
325270
|
325272
|
325274
|
325276