Brohoof /)
This commit is contained in:
parent
1b0097aa9f
commit
47b2f6b8f7
@ -27,7 +27,10 @@ special.triggers = {
|
||||
"^[Pp][Ee]$",
|
||||
"^[Vv][Aa]$",
|
||||
"^[Mm][Uu]$",
|
||||
"^/[Ii][Yy][Kk][Ww][Ii][Mm]$"
|
||||
"^/[Ii][Yy][Kk][Ww][Ii][Mm]$",
|
||||
"^/%)$",
|
||||
"^%(\\$"
|
||||
|
||||
}
|
||||
|
||||
function special:action(msg, config, matches)
|
||||
@ -106,6 +109,10 @@ function special:action(msg, config, matches)
|
||||
output = 'schi'
|
||||
elseif msg_text:match("/[Ii][Yy][Kk][Ww][Ii][Mm]") then
|
||||
output = '(¬‿¬)'
|
||||
elseif msg_text:match("/%)") then
|
||||
output = '(\\'
|
||||
elseif msg_text:match("%(\\") then
|
||||
output = '/)'
|
||||
end
|
||||
|
||||
utilities.send_reply(msg, output)
|
||||
|
Reference in New Issue
Block a user