chat_get_posts

EveAndersson.com : API Browser : chat_get_posts

chat_get_posts

chat_get_posts chat_room_id number_of_posts
Defined in tcl/chat-defs.tcl

Returns a Tcl list. The first element is 1 or 0, depending on whether or not there are more postings than requested (1 if there are more_p). The second element is the last NUMBER_OF_POSTS messages in a chat room, as an HTML fragment, separated by BR tags

Parameters:
chat_room_id
number_of_posts
[ show source ]

Show another procedure:

eve@eveandersson.com