ok all we got radio in our irc chan that
it say whats playing at that time im tring 2 make bot that will say
what ever that bot say on2 other server
im not sure how this would be done sence its 2 diff servers not linked
but this bot would be on both server and mayb even 2 diff room names
i only got this so far
[script]
on *:load:{
/echo 4Auto~11Respond System
/echo 4[Turn On = /respondON] [Turn Off = /respondOFF]
}
menu * {
AutoRespond
.On:/enable #respond
.Off:/disable #respond
alias respondON {
/echo 4Auto~11Respond --ON--
/enable #respond
}
alias respondOFF {
/echo 4Auto~11Response --OFF--
/disable #respond
}
#respond on
on *nick:{
( if $nick == radiobot ) && #respond on
aline $network $chan ?????not sure $network $chan
#respond end
on *:Unload:/echo 4Thanks