Updated NATS Channels (markdown)

Logan
2018-03-10 14:24:19 -08:00
parent 6578dcf861
commit b19b3c02d9
+1 -1
@@ -3,7 +3,7 @@ Note that NATS is currently on an experimental branch
PUB and SUB are from the perspective of a third party client. So, if PUB is yes, that means it is expected that a third party client will publish messages to this channel, and it is the emulator's responsibility to subscribe to the message (and reply if the channel is designed this way). PUB and SUB are from the perspective of a third party client. So, if PUB is yes, that means it is expected that a third party client will publish messages to this channel, and it is the emulator's responsibility to subscribe to the message (and reply if the channel is designed this way).
**Channel**|**PUB**|**SUB**|**Proto**|**Description** **Channel**|**PUB**|**SUB**|**Proto**|**Description**
:-----|:-----|:-----|:-----|:----- :---|:---|:---|:---|:-----
daily_gain|No|Yes|DailyGain|Daily gain messages. Triggers when exp or money is lost/gain. Sent from zone/world. daily_gain|No|Yes|DailyGain|Daily gain messages. Triggers when exp or money is lost/gain. Sent from zone/world.
admin_message|No|Yes|ChannelMessage|Admin related communication. This is called from both zone and world, and may contain sensitive information, designed to be sent to an administrator-only channel. (hacker, zone bootup, new account creations, etc) admin_message|No|Yes|ChannelMessage|Admin related communication. This is called from both zone and world, and may contain sensitive information, designed to be sent to an administrator-only channel. (hacker, zone bootup, new account creations, etc)
world.command_message|Yes|No|CommandMessage|Request a reply of executing a command message world.command_message|Yes|No|CommandMessage|Request a reply of executing a command message