ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/URL.cpp
(Generate patch)

Comparing trunk/Search/URL.cpp (file contents):
Revision 17 by douglas, 2002-12-09T18:31:11-08:00 vs.
Revision 18 by douglas, 2002-12-09T21:40:12-08:00

# Line 169 | Line 169 | string getLink(string link, URL& url)
169          {
170                  // do nothing we are not evil spammers!
171          }
172 +        else if (link.find("news:") == 0)
173 +        {
174 +                // do nothing this isn't Google Groups
175 +        }
176          else if (link.find("//") == 0)
177          {
178                  hyperlink = "http:" + link;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines