aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/hello.lua
blob: b9c5bc23dad3139fdd66a5e559d6eb5c080430b6 (plain) (blame)
1
2
3
4
5
local milla = require("milla")

function hello() milla.reply_to("hello") end

milla.register_cmd("/plugins/hello.lua", "hello", "hello")