Quote:
on *:TEXT:!amsg *:#:{
if ($nick == vinyltm) {
Var %x = 1, %y = $Chan(0)
Var %z = #chan #chan #chan
While (%x <= %y) {
If ($Chan(%x) !isin %z) {
Msg $Chan(%x) [Global~Message] $2- [From $nick $+ ]
}
Inc %x
}
}
else {
.notice $nick you cant use this.
}
}
found this but i need it to do it on all servers currently logged... my bot is running on 8 servers and i want it to do it on all rooms it's logged into... any idea where i should put the change...