Function __global->_deal_with_chatcode_newroom

Definitions

sources/chat.php

  • Parse room creation 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 room name
$pm_message string required parameter N/A N/A Comma-separated list of members to allow in
$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
$max_messages ?integer required parameter N/A N/A The maximum number of messages to be returned (null: no maximum)

Return

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