TCPAdminPM
From the Scripting Manual
procedure TCPAdminPM(ToIP, Text: string); Parameter Info: ToIP (String): IP Address of the connect TCP admin whom will receive the message. Text (String): Text to be sent to admin. Description: This function will send (Text) to the TCP Admin connected with (ToIP) IP Address.
Examples
TCPAdminPM('127.0.0.1','Hey there...'); //Will send 'Hey there' to 127.0.0.1