0 Members and 1 Guest are viewing this topic.
function inc_tell($args) { if (!preg_match("/is AFK .Away from keyboard./i", $args[1]) && !preg_match("/.tell (.+)help/i",$args[1]) && !preg_match("/I only listen to members of this bot/i",$args[1] )) { $user = $this -> chat -> get_uname($args[0]); $found = false; $args[1] = utf8_decode($args[1]); // ignore Code replace name with who u want complete ignore, altho copy next line if u want more than 1, make sure u Format name Correctly Name (uppercase first, lowercase rest) $ignore["Name"] = TRUE; if(isset($ignore[$user])) Return; // end of ignore Code
anything i can do?
I have sent them tells, and e-mails, all to no avail. anything i can do?
you could add this code and will comletely block itin bot.phpCode: [Select] function inc_tell($args) { if (!preg_match("/is AFK .Away from keyboard./i", $args[1]) && !preg_match("/.tell (.+)help/i",$args[1]) && !preg_match("/I only listen to members of this bot/i",$args[1] )) { $user = $this -> chat -> get_uname($args[0]); $found = false; $args[1] = utf8_decode($args[1]); // ignore Code replace name with who u want complete ignore, altho copy next line if u want more than 1, make sure u Format name Correctly Name (uppercase first, lowercase rest) $ignore["Name"] = TRUE; if(isset($ignore[$user])) Return; // end of ignore CodeInsert the code market ignore Code into function inc_tell