View Single Post
  #5  
Old 09-07-2006, 07:45 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by xXziroXx
So, the Client RC is usuable on any server? If so, how?
Client-RC works on every server yes, but these new features currently do not.

You can start Client-RC using:
PHP Code:
requesttext("clientrc"1); 
After, you can use sendtorc() clientside to feed RC chat. To receive RC chat:
PHP Code:
function onRCChat(temp.text)
{
  
// 

Similarly you can use requesttext(texttype, textoption); and sendtext(texttype, textoption, textlines); to send commands and use the following to get the results:
PHP Code:
function onReceiveText(temp.texttypetemp.textoptiontemp.textlines)
{
  
//

Reply With Quote