Mass room dropper
Platform: mIRC
Published Jan 11, 2012
Updated Jan 11, 2012
Ok i made this for a friend who recently had his server completely taken over mass rooms regged and everything. Kinda sucked haha but was good for me cause i got a new script idea. I have yet to see anything like this on hawkee or any other forum site so here it is my Mass room Dropper meant for chatspace servers. What you do is load into a new remotes then save. then when your ready to use it type /checkrooms
alias mcdrop {
.enable #mcdrop
.list
}
#mcdrop off
raw 322 :*: {
if ($2 != $read(checkrooms.txt,w,$2)) {
.services drop #$2
}
}
raw 323 :*: {
.disable #mcdrop
.write -c checkrooms.txt
}
#mcdrop end
alias checkrooms {
.enable #checkroom
.list
}
#checkroom off
raw 322 :*: { .write checkrooms.txt $2 }
raw 323 :*: { .run $mircdir\checkrooms.txt | .disable #checkroom }
#checkroom end