hello
I'm trying to write a socket script for my ShoutCast
To display what song is playing at any one given time
i'm lost on it
so I will show you what i have figured out so far
and I wonder if anyone can help me fix the rest
alias shoutcast {
set %tempchan $chan
blahsc
}
alias blahsc {
sockopen shoutcast 142.177.175.228:8000/ 80
}
on 1:sockopen:shoutcast:{
/echo -a 12 Your Song Is Being Pulled
/sockwrite -n shoutcast GET
the problem is
I need it to give the name of the current song
any ideas?