how can i write a script that will convert all text written in main from CAPS to normal letters unless its a op....
n e help would b great.....
safe
Technics
can cause trouble on other scripts, make sure it's procest as last in line.
function DataArrival(user, data)
if( strsub(data, 1, 1) == "<" ) and (user.bOperator == nil) then
local s,e,msg = strfind(data, "%b<>%s*(.*)")
SendToAll(user.sName, strlower(msg))
return 1
end
end
plop
nice 1 cheers :-)
That won't work with !me.
-NotRabidWombat