diff --git a/plugins/special.lua b/plugins/special.lua index 2bfda42..25bb8c4 100644 --- a/plugins/special.lua +++ b/plugins/special.lua @@ -113,6 +113,9 @@ function run(msg, matches) elseif string.match(msg.text, "[Pp][Ee]") then return 'nis' + elseif string.match(msg.text, "[Vv][Aa]") then + return 'gina' + end end @@ -149,7 +152,8 @@ return { --"[Ff][Gg][Tt]", "^/[Kk][Ii][Ll][Ll] (.*)", "^[Ii][Nn][Ll][Oo][Vv][Ee]$", - "^[Pp][Ee]$" + "^[Pp][Ee]$", + "^[Vv][Aa]$" }, run = run }