diff --git a/Daeghrefn/Channel.tcl b/Daeghrefn/Channel.tcl --- a/Daeghrefn/Channel.tcl +++ b/Daeghrefn/Channel.tcl @@ -36,7 +36,7 @@ #if it's not already in $text set info [url:getvideotitle $url] if {[string first $info $text] == -1} { - putserv "PRIVMSG $channel :$info" + putserv "PRIVMSG $channel :\[Vid\] $info" } } }