diff --git a/hooks/ai.lua b/hooks/ai.lua index 073ff49..56fe9b3 100644 --- a/hooks/ai.lua +++ b/hooks/ai.lua @@ -14,6 +14,7 @@ if string.find(message,lnick) ~= nil and nick ~= "Shocky" then w,aitab = pcall(serialization.unserialize,content) -- print(w,aitab) -- print("Decoded AI file.") + message = message:lower() local selection = 0 local hscore = 0 -- print("Starting interpretation.")