I've encountered recently a unexpected problem in my script. Here's the detail :
I make use of the following in my script :
timer $intervalle "unset phrase($nick)"
Everything is ok, unless the variable nick contains [ ]... I've got an error, because what is inside the [ ] is seen as a command. Is there any fix for this problem ?