Polaris SE mIRC Script Forum   http://polarisse.tripod.com
Would you like to react to this message? Create an account in a few clicks or log in to continue.

feature request

2 posters

Go down

feature request Empty feature request

Post by dreamtraveler Sat Jul 31, 2010 5:55 am

um i was thinking a nice feature would be an anti-slap system :p

dreamtraveler

Posts : 2
Join date : 2010-07-31

Back to top Go down

feature request Empty Re: feature request

Post by Admin Fri Aug 06, 2010 1:25 am

I can write one in a minute when I get a chance, maybe tomorrow.
Admin
Admin
Admin

Posts : 11
Join date : 2010-07-14
Age : 38

http://polarisse.tripod.com

Back to top Go down

feature request Empty Re: feature request

Post by Admin Thu Aug 19, 2010 3:31 am

Sorry about the delay, been busy. The script below is an 'anti-slap' system and will slap the user back. Flood protection is enabled so you will only reply to 3 slaps per user within 5 seconds to prevent being flooded off. After 5 seconds have passed, you will respond to slaps from the user. I can make a dialog for this in version 4.3 and incorporate it into the script if enough people want it, or just provide it as an addon.

Press ALT+R and then go to File->New (this will create a new script file where you will paste the code below)

Paste the code below into the mIRC Script Editor window (accessed by ALT+R) and then press 'OK' and you're all done.

on *:action:*:#:{
if (slaps $me isin $1-2) {
inc -u5 %slap $+ $nick 1
if (%slap [ $+ [ $nick ] ] < 4) { describe $chan slaps $nick $3- }
}
}
Admin
Admin
Admin

Posts : 11
Join date : 2010-07-14
Age : 38

http://polarisse.tripod.com

Back to top Go down

feature request Empty Re: feature request

Post by Admin Thu Aug 19, 2010 3:39 am

If you no longer wish to use the above script either unload the script you just created from the same mIRC Script Editor window (access by pressing ALT+R) and then going to File->Unload. You can alternatively simply delete the text you pasted in and press OK (again, via ALT+R).
Admin
Admin
Admin

Posts : 11
Join date : 2010-07-14
Age : 38

http://polarisse.tripod.com

Back to top Go down

feature request Empty Re: feature request

Post by dreamtraveler Wed Aug 25, 2010 6:01 am

cheers Smile

dreamtraveler

Posts : 2
Join date : 2010-07-31

Back to top Go down

feature request Empty Re: feature request

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum