Comments
Join Hawkee
|
Login
Search
in
Code Snippets
Images
Products
Reviews
Forum
Home
Platforms
.NET
C++
Cold Fusion
CSS
Hi5
Java
Javascript
JSP
mIRC
MySpace
mySQL
OpenSocial
Perl
PHP
Python
Ruby / Rails
TCL
Images
Recently Liked
Most Liked
Most Comments
Snippets
.NET (6)
C++ (2)
Cold Fusion (1)
CSS (2)
Hi5 (1)
Java (1)
Javascript (10)
JSP (1)
mIRC (4,103)
MySpace (2)
mySQL (1)
OpenSocial (2)
Perl (8)
PHP (137)
Python (3)
Ruby / Rails (6)
TCL (20)
Products
Computers (8,043)
Electronics (5,849)
Software (799)
Video Games (2,295)
Reviews
Computers (5,032)
Electronics (13,703)
Software (1,990)
Video Games (5,640)
Posts
Latest Likes
Latest Comments
All Activities
Comments
Images
Scripts
Code Snippets
Products
Reviews
Profiles
Forum
username
password
auto login
Home
>
Code Snippets
>
AnDyWong's Snippets
>
mIRC
mass Join/part ban
mIRC Code
+ 0
likes
Like it
Please
Register
to submit score.
Average Score
0.0
Scores Submitted
0
Date Added
May 12, 2008
Last Updated
May 12, 2008
Tags
ban
joinpart
mass
Introduction
this little remote is detect Ip address that mass join/part >= max join/part and it's ban it
Grab the Code
on *:Load:{ set %BanJoinpartBantime 60 set %BanJoinpartMax 2 set %BanJoinpart off } #joinpart on on *:part:#: { if (%BanJoinpart == off) { return } if ($me !isop #) { return } inc %jp. [ $+ [ $address($nick,4) ] $+ ] . [ $+ [ $chan ] ] if ( %jp. [ $+ [ $address($nick,4) ] $+ ] . [ $+ [ $chan ] ] != $null) .timerjp $+ nick $+ chan 1 30 unset %jp. [ $+ [ $address($nick,4) ] $+ ] . [ $+ [ $chan ] ] if ( %jp. [ $+ [ $address($nick,4) ] $+ ] . [ $+ [ $chan ] ] >= $iif(%BanJoinpartMax isnum,%BanJoinpartMax,2)) { ban -u $+ $iif(%BanJoinpartBantime isnum,%BanJoinpartBantime,60) $chan $nick 4 unset %jp. [ $+ [ $address($nick,4) ] $+ ] . [ $+ [ $chan ] ] } } #joinpart end menu channel { Join/Part Ban .Mode - $(%BanJoinpart):set %BanJoinpart $iif(%BanJoinpart == on,off,on) .Ban Time $(%BanJoinpartBantime):set %BanJoinpartBantime $$?="Ban Time" .Max Join/part - $(%BanJoinpartMax):set %BanJoinpartMax $$?="Join/Part max" }
Comments
(0)
RSS
Go to Bottom
Enter comment here..
Please
Register
or
Login
to start posting comments.
AnDyWong
Visual Basic Programmer
Malaysia
Last seen:
May 15, 2008
Profile
Snippets
(3)
Images
(1)
Comments Received
(11)
Comments Submitted
(2)
My Snippet Tags
3x
and
auto
autojoin
ban
identify
joinpart
kick
mass
nick
revange
Contact
Add to Friends
Send Private Message
Sponsors