kleiner fix
This commit is contained in:
parent
3139965add
commit
2e2f23c5c9
@ -125,11 +125,11 @@ function special:action(msg, config, matches)
|
||||
return
|
||||
elseif msg_text:match("[Kk][Ii][Ll][Ll]") then
|
||||
output = user_name..' tötet '..matches[1]
|
||||
elseif msg_text:match("[Pp][Ee]") then
|
||||
elseif msg_text:match("^[Pp][Ee]") then
|
||||
output = 'nis'
|
||||
elseif msg_text:match("[Vv][Aa]") then
|
||||
elseif msg_text:match("^[Vv][Aa]") then
|
||||
output = 'gina'
|
||||
elseif msg_text:match("[Mm][Uu]") then
|
||||
elseif msg_text:match("^[Mm][Uu]") then
|
||||
output = 'schi'
|
||||
elseif msg_text:match("/[Ii][Yy][Kk][Ww][Ii][Mm]") then
|
||||
output = '(¬‿¬)'
|
||||
|
Reference in New Issue
Block a user