special.lua: pe nis

This commit is contained in:
Akamaru 2015-12-01 20:53:56 +01:00
parent 4d0d39fb41
commit 5a6ba2a2d7
1 changed files with 5 additions and 1 deletions

View File

@ -110,6 +110,9 @@ function run(msg, matches)
elseif string.match(msg.text, "[Ii][Nn][Ll][Oo][Vv][Ee]") then
send_document(get_receiver(msg), "pictures/inlove.gif", ok_cb, false)
elseif string.match(msg.text, "[Pp][Ee]") then
return 'nis'
end
end
@ -145,7 +148,8 @@ return {
"[Ii] [Ww][Ii][Ss][Hh] [Ss][Qq][Uu][Ii][Dd][Ss] [Ww][Ee][Rr][Ee] [Rr][Ee][Aa][Ll]",
--"[Ff][Gg][Tt]",
"^/[Kk][Ii][Ll][Ll] (.*)",
"^[Ii][Nn][Ll][Oo][Vv][Ee]$"
"^[Ii][Nn][Ll][Oo][Vv][Ee]$",
"^[Pp][Ee]$"
},
run = run
}