bind pub -|- !download yotube proc yotube {nick uhost hand chan text} {   set youtube [exec /home/qnet/eggdrop/youtube-dl [split $text]]     foreach line [split $youtube \n] {     puthelp "PRIVMSG $chan :$line"     } }