# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |