-- -- ~~~ selenepaw actions -- -- load help messages local help = require("src/help") -- 0000: echo function echo () help.echo() end -- 0001: fetch service function fetchservice () help.fetchservice () end -- return return { echo = echo, fetchservice = fetchservice }