AKick Enforce

By satanic_melody on Jul 31, 2006

Just Load it in to Remotes And It will ENforece the Akick when ever someone Joins
(dont have to Add the Akick Enforcer But you can if you want to)

I made this So that it checks to Enforece the Akick when someone Joins the channel not for when you Join it \

Second ones Credit Goes to Raid When you join A channel it Does it in 60 Seconds after you join

;******AKICK ENFORCER************

on *:JOIN:#YourChan: {
if ($me isop $chan) { /msg Chanserv AKICK #YourChan ENFORCE }
}

on *:JOIN:*: {
if ($nick == $me) && ($me isop $chan) {
chanserv AKICK $chan ENFORCE
timerAKICK 0 60 chanserv AKICK $chan ENFORCE
}
}

Comments

Sign in to comment.
satanic_melody   -  Jul 31, 2006

@Krimson Like i said This Is for When Someone else joins the channel Not For when you did...... I leave Mirc up All day and Night I just got sick of One person Maninging to get his way BAck in sense

@Raid TY Ill Add yours as a secondary one and give Credit Where its Due

 Respond  
Raid   -  Jul 31, 2006

When a user joins a channel and are on the akick list Chanserv will kick them. Wouldn\'t this be more effective like:

on :JOIN:: {
if ($nick == $me) && ($me isop $chan) {
chanserv AKICK $chan ENFORCE
timerAKICK 0 600 chanserv AKICK $chan ENFORCE
}
}

That way it does it when you join and then on a timer.

 Respond  
krimson   -  Jul 31, 2006

you could use this

on *:JOIN:#YourChan:{
timer 1 5 if ($me isop $chan) { .msg Chanserv AKICK $chan ENFORCE }
}

the problem with your code was that if you were to join the chan, it wouldn\'t have worked. you\'d want to consider using somekind of flood protection to prevent flooding off when mass joins happen.

btw.. it\'s almost 3 pm here so i couldn\'t have known that.. but still, it\'s not an excuse for posting bad snippets. get some sleep and return with a better version

 Respond  
satanic_melody   -  Jul 31, 2006

also Give me a Break its 4 am i havent slept IM 14!!

 Respond  
satanic_melody   -  Jul 31, 2006

Also I have stated I am new To scripting So a little help would be nice...

 Respond  
krimson   -  Jul 31, 2006

you didn\'t get my point... you have to delay the check itself, not the command

 Respond  
satanic_melody   -  Jul 31, 2006

There .... Not what i made this for tho I made it to Kick people that Join The channel when your allready in it

 Respond  
krimson   -  Jul 31, 2006

this is completly useless. you can\'t be opped when you join a channel. you can at most use a timer to check if you\'re opped in let\'s say 4 or 5 seconds

/help /timer

 Respond  
satanic_melody   -  Jul 31, 2006

Ty he he I Needed to Know how to Make it if your an op only (tried to add it in but i Crashed Mirc x.x)

 Respond  
Noutrious   -  Jul 31, 2006

omg.. X_x

on *:JOIN:#YourChan: {
if ($me isop $chan) { /msg Chanserv AKICK #YourChan ENFORCE }
}

 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.