Searched refs:_setParam (Results 1 – 1 of 1) sorted by relevance
/plugin/freechat/phpfreechat/src/ |
H A D | pfcuserconfig.class.php | 32 …if (!isset($this->nick)) $this->_setParam("nick",""); // setup a blank nick if it is not yet in se… 34 if (!isset($this->active)) $this->_setParam("active",false); 36 if (!isset($this->channels)) $this->_setParam("channels",array()); 38 if (!isset($this->privmsg)) $this->_setParam("privmsg",array()); 40 if (!isset($this->serverid)) $this->_setParam("serverid",$c->serverid); 67 function _setParam($p, $v) function in pfcUserConfig 102 $this->_setParam("nick", $this->nick); 103 $this->_setParam("active", $this->active); 104 $this->_setParam("channels", $this->channels); 105 $this->_setParam("privmsg", $this->privmsg); [all …]
|