Channel Limiter BOT

Platform:  mIRC
Published  Nov 05, 2007
Updated  Nov 06, 2007
OK Finaly i creade the easy and so so usefull script and its much easy and faster Channel Limiter Please Leave a Commect Or SCOREEEEEEEE if u know how to make it more easyer u can sended here thx btw put your channels name where it says <YOUR CHANNEL> and delete " < " and " > " =)

There i Updated it! Channel Limiter
[By: M[n]M ]
[Server: /server -m Chat.Simus.Uz -j #mp3 ]
[Channel: #mp3 ]
[Visit: http://Simus.Spruz.Com For help. ]


on *:JOIN:#<YOURCHANNEL>: { /mode $chan +l $calc($nick(#,0) + 2) | /echo # *** Channel Limit Changed *** M[n]M Script. }
on *:QUIT:{ if ( $chan == <YOUR CHANNEL>) { /mode $chan +l $calc($nick(#,0) + 1) } }
on *:PART:#<YOURCHANNEL>: { /mode $chan +l $calc($nick(#,0) + 1) }

Comments

Sign in to comment.
^silk   -  Nov 06, 2007
Oh I see. Thanks for clarifying that Freckle.
 Respond  
Freckle   -  Nov 06, 2007
@ ^silk

This is used by some people to prevent mass (re)joins.
also:

Code

 


Might be handy ;)
 Respond  
xDaeMoN   -  Nov 06, 2007
$chan has no value in the On Quit event. You either specify the channel or use $comchan($me,N) or $chan(N) <- N being your Nth channel.
 Respond  
mountaindew   -  Nov 05, 2007
sorry, ison
 Respond  
mountaindew   -  Nov 05, 2007
could u do

Code

 

?
 Respond  
xDaeMoN   -  Nov 05, 2007
The On Quit event does not have a #channel parameter.
 Respond  
^silk   -  Nov 05, 2007
This doesn\'t really, by the looks of it, limit your channels. I may be wrong, but aren\'t you increasing the limit each time a user joins? I\'d rather simply type //mode $active +l <limit>
 Respond  
mountaindew   -  Nov 05, 2007

Code

 

u dont need the second your channel

Code

 
 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.