parsers/youtube: Fix #11 by using a full reset in the template.

develop v1.0.1
Icedream 2016-07-06 04:16:26 +02:00
parent 2608df9727
commit 2508971be1
2 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@
{{- else -}}
Link info
{{- end -}}
{{- bold }}
{{- reset }}
»

View File

@ -22,9 +22,7 @@ const (
youtubeIdType_ChannelId
youtubeIdType_Playlist
header = "\x031,0You\x030,4Tube\x03" +
"99,99" + /* Fix for KiwiIRC not flushing background color on empty color tag */
"\x03" /* Fix for Mibbit interpreting 99 as green instead of transparent */
header = "\x0301,00You\x0300,04Tube"
)
var (