mun/plugins/test.lua

6 lines
182 B
Lua
Raw Normal View History

2013-09-22 12:56:38 +00:00
local LoadTime = plugin.CurrentTime()
plugin.AddCommand('test', 0, function(User, Channel)
Channel:Say(string.format("I've been loaded at %i.", LoadTime))
end, "Test command!")