GaveUp,
Quick question..
I realize that each new line in the theme counts as a new line being outputted onto IRC..
Can you explain to me why this isn't working..
Code: Select all
# Format of line to show for shows airing soon
set tvrage(announceLine) "PRIVMSG {%%chan%%} :\00314airing in \00309{%%minutesBefore%%} \00314minutes\00309:
{%%shows%%}
"
# Format of information to show for a given show when it is airing soon.
set tvrage(announceShowsFormat) "\00309\[\00315{%%network%%}\00309:\00314 {%%show%%} {%%epnum%%}\00309\] {%%announceShowSeparator%%}
"
# Separator between shows that air soon.
set tvrage(announceShowSeparator) "
"
It displays on IRC like this:
airing in 10 minutes:
[HBO: Curb Your Enthusiasm 08x06] [Food Network: The Next Food Network Star 07x12] [AMC: Breaking Bad 04x05] [TNT: Leverage 04x08]
I would like it to output like this:
airing in 10 minutes:
[HBO: Curb Your Enthusiasm 08x06]
[Food Network: The Next Food Network Star 07x12]
[AMC: Breaking Bad 04x05]
[TNT: Leverage 04x08]
Is there something stupid that I'm missing??!