Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Shout auto reply torrenttrader 2.06 (http://www.bvlist.com/showthread.php?t=6884)

CL_Utility 22nd August 2011 18:44

that picks up the single word still but not when its in a sentence

joeroberts 23rd August 2011 02:55

I removed the blank space after the hello in preg_match and test it and it well now return true for
hello
hello all
hello!
Hello
HeLLo
But for safty It well return false for

hello <-note the blank in front

just said hello to jane and she is not happy
PHP Code:

if(strtolower($message) == 'hello' OR preg_match("/^hello(.*)/",strtolower($message),$m)) 


CL_Utility 23rd August 2011 11:55

thanks joe, ur a legend!


All times are GMT +2. The time now is 03:33.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.