Mass room dropper

By blackvenomm666 on 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

Comments

Sign in to comment.
xdesoto   -  Jan 13, 2012

Overflow of a room. Try it on a cs, (Where you join a room and it makes a copy of the room and doesn't register it just a bitch to move)

 Respond  
blackvenomm666   -  Jan 13, 2012

wtf is +f

 Respond  
xdesoto   -  Jan 13, 2012

Now create one where +f is involved.

 Respond  
blackvenomm666   -  Jan 12, 2012

could work i did this quickly in under 5 min just to get his server situated again

 Respond  
hixxy   -  Jan 12, 2012

Nice idea but seems like it would be more efficient to delete the rooms you DO want to keep, then you could just drop everything that's listed in the file without the need for a second /list :P

 Respond  
CommonKnowledge   -  Jan 11, 2012

Tested on my server, Works good! Nice script blackvenomm666.

 Respond  
blackvenomm666   -  Jan 11, 2012

when your ready to use it type /checkrooms <<must be done first. after you do a txt file will open and you will see the names of all the rooms on the server. highlight and delete all the rooms that shouldnt be there in the txt file then save it ctrl+s then type /mcdrop and it will auto drop all rooms that are not in the .txt

 Respond  
blackvenomm666   -  Jan 11, 2012

i give up it won't let me add anymore than that to the description

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.