diff --git a/plugins/lenny.lua b/plugins/lenny.lua new file mode 100644 index 0000000..ad745fb --- /dev/null +++ b/plugins/lenny.lua @@ -0,0 +1,11 @@ +local PLUGIN = {} + +PLUGIN.triggers = { + '/lenny' +} + +function PLUGIN.action(msg) + send_msg(msg, '( ͡° ͜ʖ ͡°)') +end + +return PLUGIN