global

def handle_channel_command(payload)

def handle_channel_command(payload)
  run_callbacks :command do
    subscriptions.execute_command payload
  end
end