on *:TEXT:*LUL*:#:{
msg $chan LUL
}

So this is a very simple script that triggers when someone says LUL in a channel but I want it to be case sensitive so it only triggers when someone says LUL and not lul or LuL only LUL.

And also I would like it to trigger when someone says just LUL and not hiLULhi I know I can change the * LUL * but then it needs to be in the middle of a sentence.

So I want it to trigger when someone says
LUL this is a random text
,
hello this is a random text LUL
,
Wow LUL wow
.
And this is not when its supposed to trigger
This is a random textLUL
,
LULRandom Text
,ยจ
wowLULwow

I hope you get my confusing explanation.