degesch: fix highlights
This commit is contained in:
		@@ -2388,7 +2388,7 @@ buffer_line_display (struct app_context *ctx,
 | 
			
		||||
	case BUFFER_LINE_PRIVMSG:
 | 
			
		||||
		if (line->flags & BUFFER_LINE_HIGHLIGHT)
 | 
			
		||||
			formatter_add (&f, "#a<#s#s>#r #m",
 | 
			
		||||
				a->prefixes ? a->prefixes : "", ATTR_HIGHLIGHT, nick, a->text);
 | 
			
		||||
				ATTR_HIGHLIGHT, a->prefixes ? a->prefixes : "", nick, a->text);
 | 
			
		||||
		else
 | 
			
		||||
			formatter_add (&f, "<#s#c#s#r> #m",
 | 
			
		||||
				a->prefixes ? a->prefixes : "", nick_color, nick, a->text);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user