Utility commands.
This commit is contained in:
parent
afd534c735
commit
997c4eb1bb
1 changed files with 7 additions and 0 deletions
7
plugin/utils.lua
Normal file
7
plugin/utils.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- Small utilty commands that return static text and don't fit anywhere else.
|
||||
|
||||
-- Bot's code repository
|
||||
plugin.code = function (target, from, arg)
|
||||
irc.say(target, "My source code can be found at https://github.com/jinks/LuaMeat")
|
||||
end
|
||||
plugin.source = plugin.code
|
Loading…
Reference in a new issue