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