Home
last modified time | relevance | path

Searched refs:getLastId (Results 1 – 6 of 6) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php113 $from_id = $ct->getLastId($chanrecip)-$c->max_msg+1;
127 $from_id = $ct->getLastId($recipient2)-$c->max_msg+1;
H A Dprivmsg.class.php104 $from_id = $ct->getLastId($pvrecipient)-$c->max_msg-1;
H A Dgetnewmsg.class.php60 $from_id = $container->getLastId($recipient) - $c->max_msg - 1;
H A Dleave.class.php114 $from_id = $ct->getLastId($chanrecip)-$c->max_msg;
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php94 $lastmsg_id = $ct->getLastId($channel);
H A Dpfccontainer.class.php417 $new_from_id = $this->getLastId($chan);
446 function getLastId($chan) function in pfcContainer