special.lua: pe nis
This commit is contained in:
parent
4d0d39fb41
commit
5a6ba2a2d7
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user