From e87567fe44c9fca97d251b94d5d24ce4b590e8a3 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 1 Jan 2018 20:31:27 +0100 Subject: renamed input macro to inp to avoid possible name collision with buit-in function --- asciifarm/client/keymacros.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/client/keymacros.hy') diff --git a/asciifarm/client/keymacros.hy b/asciifarm/client/keymacros.hy index 8b9952e..b7ff113 100644 --- a/asciifarm/client/keymacros.hy +++ b/asciifarm/client/keymacros.hy @@ -2,7 +2,7 @@ (defmacro send [data] `(fn [client] (client.send ~data))) -(defmacro input [action] +(defmacro inp [action] `(send ["input" ~action])) (defmacro doall [actions] -- cgit