reply with IRC line commands
This commit is contained in:
parent
723ad49e83
commit
f360f39933
|
@ -139,7 +139,7 @@ routes:
|
|||
if @"format" == "irccmd":
|
||||
let
|
||||
irccmd = "/cs episode del $1 $2\n/cs episode add $1 $2 $3 $4" % [$ep.season, $ep.episode, $ep.air_date, ep.name]
|
||||
echo irccmd
|
||||
halt Http200, irccmd
|
||||
|
||||
if ep.air_date == 0:
|
||||
stats.episodeLookup.fails.inc
|
||||
|
|
Loading…
Reference in New Issue