comparison doc/html/api/event/onQueryCommand.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 392778b6d3c9
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 event: onQueryCommand
3 summary: "Execute special command in query."
4 synopsis: "function onQueryCommand(server, origin, message)"
5 arguments:
6 - "server, the current server,"
7 - "origin, who invoked the command,"
8 - "message, the real message, without the ! part."
9 ---
10
11 Synonym of [onCommand](@baseurl@/api/event/onCommand.html) but for queries.