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>Lisured
formatting
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Stub}}
{{PacketInfobox
|title = Moderator Message
|handler = o
|name = moderatormessage
}}
 
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 requirement, 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 ==
{{Examples
|client = %xt%o#moderatormessage%1%3%5%
|server = %xt%moderatormessage%-1%3%
}}
 
== Structure ==
{| class="wikitable"
|-
! scope="col"| Message Type
|-
| align="center"| 3
|}
 
[[Category:Moderation Handlers]]
[[Category:Moderation Handlers]]

Latest revision as of 18:38, 2 May 2015

Moderator Message
Handler o
Name moderatormessage

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 requirement, 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