Channel Limiter BOT

By M[n]M on Nov 05, 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 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:

on *:PART:#: { if ($nick == $me) { mode <yourchannel> -l }

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  
guest598594   -  Nov 05, 2007

sorry, ison

 Respond  
guest598594   -  Nov 05, 2007

could u do

on *:quit: if ($nick isin #chan) mode $chan +l $calc($nick(#,0) + 1)

?

 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

 Respond  
guest598594   -  Nov 05, 2007
on *:PART:#<YOURCHANNEL>: { /mode <YOUR CHANNEL> +l $calc($nick(#,0) + 1) }

u dont need the second your channel

on *:PART:#<YOURCHANNEL>: mode $chan +l $calc($nick(#,0) + 1)
 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.