package IgnorePings; sub Load { &Feature::FuncReg(\&exit_if_ping, 20); } sub exit_if_ping { exit if ($main::opcode eq "PING"); } sub Description { "Cause pings not to be processed"; } 1;