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.

problem with chars like [ ] ...

Old posts that have not been replied to for several years.
Locked
m
mortician
Voice
Posts: 37
Joined: Sun Sep 22, 2002 6:35 pm
Location: Tsjakamaka
Contact:

problem with chars like [ ] ...

Post by mortician »

in a msg bind, I pass the $nick to another proc like this:

Code: Select all

utimer 5 "request_check $nick $uhost $channel $valid"
But when the nick is something like [nick] it tells me invalid command name "nick"

now the question is, how can I fix this? :D
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Use utimer 5 [list request_check $nick $uhost $channel $valid]

Also refer to http://www.soft.net.uk/staffs/eggdrop/characters.html
Locked