Ejemplo n.º 1
0
 function uninstall()
 {
     parent::uninstall();
     $this->banlist = array();
     $this->privileged_match = array();
     $this->deer_privileged = array();
     $this->deer_timeout = 0;
     $this->timeout_punish = 0;
     $this->deeritor = '';
 }
Ejemplo n.º 2
0
 function uninstall()
 {
     parent::uninstall();
     $this->banned_channels = array();
 }
Ejemplo n.º 3
0
 function uninstall()
 {
     parent::uninstall();
     $this->admins = array();
 }