view doc/html/api/event/onMessage.md @ 24:392778b6d3c9

Docs: arguments are now in bold, #423
author David Demelier <markand@malikania.fr>
date Tue, 16 Feb 2016 13:36:46 +0100
parents 8d74eeb81184
children 904ee87bc808
line wrap: on
line source

---
event: onMessage
summary: "This event is triggered when someone said something on a specific channel."
synopsis: "function onMessage(server, origin, channel, message)"
arguments:
  - "**server**: the current server,"
  - "**origin**: the person who said something,"
  - "**channel**: the channel,"
  - "**message**: the message sent."
---