Name: Anonymous 2007-02-01 17:48
First: No, I don't give a shit what you think.
if(!TITS){
GTFO();
}
if(!TITS){
GTFO();
}
VOID CheckPostForFurries(HANDLE hPost, DWORD fParam) {
struct SEARCH_STRUCTURE srchSearch =
{"furr",
SRCHSTR_CASE_INSENSITIVE | SRCHSTR_UNANCHORED,
NULL,
NULL,
NULL};
int i = SearchWithinPosts(hPost, NULL, srchSearch, NULL, NULL, SRCHWP_COMPARE, NULL, NULL);
if (i == SRCHWPRES_FOUND) {
KillHandleAndHandleOwner(hPost, NULL, NULL, WITH_FIRE, 0);
}
}