Monday, July 27, 2009

Getting Around "/Quote Pass ######" in mIRC

This one's been annoying for a couple of months now and I'm sure it's been annoying others too. I finally googled it up and found this little "snippet" of script to get around it.

on *:snotice:*quote*pass*:{
noop $regex($1-,/quote\spass\s(\S+)/i)
quote PASS $regml(1)
}

Thanks to Hawkee.com for this.

If you don't know how to use this in mIRC, here's the some instructions. I didn't write this but it's pretty straight forward...

Step 1: First you will need a decent website to find snippets, I personally use http://www.hawkee.com/snippets/

Step 2: Find a snippet that interests you, I will be using a simple op control script as an example (you will need op to use this script so to test it you can just make a channel) http://www.hawkee.com/snippet/3238/

Next you will see an Introduction area that will explain what you need
to do and where you need to put the script

Now open your irc and press alt + R and a small box should pop up

Now copy and paste the script into the Remote Section

Then click ok

0 Comments:

Post a Comment

<< Home