Raid commented on a Page, AKick Enforce  -  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  
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.