Function __global->_deal_with_chatcode_private

Definitions

sources/chat.php

  • Parse private message chat code tag.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$pm_user string required parameter N/A N/A The member a private message should be sent to
$pm_message string required parameter N/A N/A The private message
$username SHORT_TEXT required parameter N/A N/A The username of who made this chatcode
$text string required parameter N/A N/A The text we are using
$room_id AUTO_LINK required parameter N/A N/A The room ID the message is in
$system_message BINARY required parameter N/A N/A Whether this is within a system message

Return

  • A pair: whether the message was deleted, and the new text of the message
  • Type: array
  • Set: N/A
  • Range: N/A