Searched +full:blacklist +(+path:plugin +path:autotweet2) -(+path:plugin +path:autotweet2 +path:lang) (Results 1 – 3 of 3) sorted by relevance
35 // Check the blacklist36 $blacklist = '|' . $this->getConf('blacklist') . '|';38 if (strpos($blacklist, '|' . $savingid . '|') !== FALSE) return;
10 $conf['blacklist'] = '';
10 $meta['blacklist'] = array('string');