This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

I've got a problem with timer's command containing [ ]

Old posts that have not been replied to for several years.
Locked
M
MickB
Voice
Posts: 3
Joined: Thu Sep 01, 2005 3:31 am

I've got a problem with timer's command containing [ ]

Post by MickB »

Hello everybody,

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 ?

Thanks.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Have a look here.
Once the game is over, the king and the pawn go back in the same box.
M
MickB
Voice
Posts: 3
Joined: Thu Sep 01, 2005 3:31 am

Post by MickB »

Thanks for your answer, you doc is very helpful !
Locked