Thread
:
POD: Remove the ICQ-flowers
View Single Post
Oct 02, 2001, 10:52 AM
BeRKA
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...
Reply With Quote
BeRKA
View Public Profile
Visit BeRKA's homepage!
Find all posts by BeRKA