added lenny

This commit is contained in:
dupie 2015-07-08 03:58:54 -04:00
parent c99412f814
commit 4d36dbf43b

11
plugins/lenny.lua Normal file
View File

@ -0,0 +1,11 @@
local PLUGIN = {}
PLUGIN.triggers = {
'/lenny'
}
function PLUGIN.action(msg)
send_msg(msg, '( ͡° ͜ʖ ͡°)')
end
return PLUGIN