diff options
| author | troido <troido@hotmail.com> | 2018-01-01 20:31:27 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-01 20:31:27 +0100 |
| commit | e87567fe44c9fca97d251b94d5d24ce4b590e8a3 (patch) | |
| tree | 0551c811954bc215a69931091cb92f4be4f10450 /asciifarm/client | |
| parent | 37af14bc5acace06a49358285c0c889666dcda41 (diff) | |
renamed input macro to inp to avoid possible name collision with buit-in function
Diffstat (limited to 'asciifarm/client')
| -rw-r--r-- | asciifarm/client/keymacros.hy | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
