-- FilesControlBot by aMutex 02.01.2003 botname = "[Guard]" trigs = { lolita="[USER] shares/is looking for lolita porn", preteen="[USER] shares/is looking for preteen porn", incest="[USER] shares/is looking for incest porn", animalsex="[USER] shares/is looking for sex with animals", rape="[USER] shares/is looking for rape stuff", hitler="[USER] shares/is looking for nazistuff" } function DataArrival(user, data) if ((strlower(strsub(data,1,3))=="$sr")or(strlower(strsub(data,1,7))=="$search")) then for key, value in trigs do if( strfind( strlower(data), key) ) then answer, x = gsub(value, "%b[]", user.sName) SendToOps( botname, answer ) end end end end