I would like to know why this if don't work normally :
if (!(%bot.nick)) return $false
The variable %bot.nick is setted just before.
I make an echo before this line and the variable is setted.
I make an echo after this line and the variable is unsetted.
I don't understand why the variable is unsetted with the if.
Any idea ?