Beispiel #1
0
 /**
  *
  */
 public function __construct()
 {
     $this->_wordTriggers = array('dad', 'papa', 'daddy');
     $this->_excludedUsers = array('USLACKBOT');
     $this->_listFile = 'dad.list';
     $this->_user = '******';
     $this->_userIcon = 'http://i.dailymail.co.uk/i/pix/2013/04/24/article-2313925-0D3F527A00000578-151_306x345.jpg';
     parent::__construct();
 }
Beispiel #2
0
 /**
  *
  */
 public function __construct()
 {
     $this->_wordTriggers = array('mom', 'm0m', 'mama', 'mommy');
     $this->_excludedUsers = array('USLACKBOT');
     $this->_listFile = 'mom.list';
     $this->_user = '******';
     $this->_userIcon = 'http://i.imgur.com/uPpUECV.jpg';
     parent::__construct();
 }