diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-08-18 18:55:18 +0200 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-08-18 18:55:18 +0200 |
commit | b5d1c7865b14fa60c35618b4179eb3c91949a441 (patch) | |
tree | 38ddb2fcab0f4c2c3baf6917e3544148cbe1eb9e /doc/html/include_2chat_8php.html | |
parent | 3b979dd2a9f8bb8f569c234408d02dfd1e7039d7 (diff) | |
parent | d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17 (diff) | |
download | volse-hubzilla-b5d1c7865b14fa60c35618b4179eb3c91949a441.tar.gz volse-hubzilla-b5d1c7865b14fa60c35618b4179eb3c91949a441.tar.bz2 volse-hubzilla-b5d1c7865b14fa60c35618b4179eb3c91949a441.zip |
Merge pull request #1 from friendica/master
Red master has been merged
Diffstat (limited to 'doc/html/include_2chat_8php.html')
-rw-r--r-- | doc/html/include_2chat_8php.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index 8d38b7e76..faa52b563 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -124,6 +124,8 @@ Functions</h2></td></tr> <tr class="separator:aedcb532a0627b8644001a2fadab4e87a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:acea6b176eb7aff44d9ba3ae24ce511d3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message</a> ($uid, $room_id, $xchan, $text)</td></tr> <tr class="separator:acea6b176eb7aff44d9ba3ae24ce511d3"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:afffdd0f2c218c392ba28376948624e3f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2chat_8php.html#afffdd0f2c218c392ba28376948624e3f">chatroom_flush</a> ($room_id, $xchan)</td></tr> +<tr class="separator:afffdd0f2c218c392ba28376948624e3f"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="acea6b176eb7aff44d9ba3ae24ce511d3"></a> @@ -261,6 +263,35 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="afffdd0f2c218c392ba28376948624e3f"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">chatroom_flush </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$room_id</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$xchan</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>Reduces the number of lines shown in chat by removing those older than MAX_CHATROOM_HOURS </p> + +<p>Referenced by <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, and <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>.</p> + +</div> +</div> <a class="anchor" id="a1ee1360f7d2549c7549ae07cb5190f0f"></a> <div class="memitem"> <div class="memproto"> |