View Single Post
 
Old Oct 02, 2001, 10:52 AM
BeRKA's Avatar
BeRKA BeRKA is offline
Member
 
Member Since: Aug 2001
Location: Sweden, Stockholm
Posts: 40
To remove the ICQ-flowers, add this in the "change line" part of the script:

# ICQ remove
if ($pod_line =~ m/mirabilis/)
{
$pod_line =~ s/<IMG.{90,120}r=0>//gi;
}

The same idea can also be used to remove anything else...