I've had this script working before, although it has been nearly a year since I've played with the bot.

for some reason unknown to me I'm now getting " /describe: insufficient parameters" for this line:
on *:TEXT:*:#:{
if (*hug* iswm $strip($1-)) { describe $chan read(bawthug.txt) }
}


and:
"/msg: insufficient parameters (line 2, BawtWordResponses2.ini)"
messages when attempting to trigger remotes.

on *:TEXT:*:#:{
if (*cookie* iswm $strip($1-)) { msg $chan $read(bawtcookie.txt) }

}

I've checked the file name and it's fine and in the right directory.
Any help and or pointers would be greatly appreciated