okey dokie.

alias pingcheck {
enable #response
msg #channelname !pi
}
#response off
on *:text:*:#channelname:{
if ($nick == botname) {
if ($2 isnum) {
if ($2 > 250) {
msg $chan !qkick $remove($1,:) You Have An Excessive Ping And You Will Be Kicked
timer 1 20 #disable response
}
}
}
}
#response end

Just type /pingcheck and as long as you've modified the red bits it should work...should
Could probably be written cleaner but it is 4:45am here :tongue: