view doc/html/api/event/onQueryCommand.md @ 422:186864e9f131

Docs: fix multiple slashes in documentation, closes #624
author David Demelier <markand@malikania.fr>
date Thu, 02 Feb 2017 13:55:32 +0100
parents 904ee87bc808
children
line wrap: on
line source

---
event: onQueryCommand
js: true
summary: "Execute special command in query."
synopsis: "function onQueryCommand(server, origin, message)"
arguments:
  - "**server**: the current server,"
  - "**origin**: who invoked the command,"
  - "**message**: the real message, without the ! part."
---

Synonym of [onCommand](@baseurl@api/event/onCommand.html) but for queries.