Moderator Message: Difference between revisions

From Club Penguin Protocol
Jump to navigation Jump to search
imported>Arthur
Created page with "{{Stub}} Category:Moderation Handlers"
 
imported>Jadbalout
No edit summary
Line 1: Line 1:
{{Stub}}
{{Stub}}
[[Category:Moderation Handlers]]
[[Category:Moderation Handlers]]
The client sends the packet to the server requesting to show the moderatormessage prompt to a specific user. The server can deny the request if the client is not a moderator, if the player ID is not numeric , or if the player ID does not exist.
If the client meets the requirment, the server sends the packet along with the message type. Usually, kick and ban's message type is equal to 3.
In this example, 3 is the message type and 5 is the player ID.
== Examples ==
{| class="wikitable"
| Client-side
| %xt%o#moderatormessage%1%3%5%
|-
| Server-side
|%xt%moderatormessage%-1%3%
|}
== Structure ==
{| class="wikitable"
|-
! scope="col"| Message Type
|-
| align="center"| 3
|}

Revision as of 20:58, 1 May 2015

The client sends the packet to the server requesting to show the moderatormessage prompt to a specific user. The server can deny the request if the client is not a moderator, if the player ID is not numeric , or if the player ID does not exist. If the client meets the requirment, the server sends the packet along with the message type. Usually, kick and ban's message type is equal to 3. In this example, 3 is the message type and 5 is the player ID.

Examples

Client-side %xt%o#moderatormessage%1%3%5%
Server-side %xt%moderatormessage%-1%3%

Structure

Message Type
3