From 75d3267b43093161f94db5199bd36f14c06b7457 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Feb 2014 02:33:47 +0100 Subject: client API: add a client message event This comes with a "script_message" input command, which sends these messages. Used by the following commits. --- DOCS/man/en/lua.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index 046f2fe3ff..0a03ebde5c 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -287,3 +287,9 @@ List of events ``command-reply`` Undocumented (not useful for Lua scripts). + +``script-input-dispatch`` + Undocumented (used internally). + +``client-message`` + Undocumented (used internally). -- cgit v1.2.3