7 lines
103 B
Lua
7 lines
103 B
Lua
-- name = "Command receiver"
|
|
-- type = "search"
|
|
|
|
function on_command(value)
|
|
search:show{value}
|
|
end
|