Home
last modified time | relevance | path

Searched refs:max_msg (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 Dpfcglobalconfig.class.php285 var $max_msg = 20; variable in pfcGlobalConfig
H A Dpfccontainer.class.php397 $old_msgid = $msgid - $c->max_msg - 20;