my brother,

i think this may help you.  you want to keep nickname.js.  edit this line

if (params.name.length > 16 || params.name.test('[^a-zA-Z0-9]', 'i')) return
["006", "BAD_NICK"];

you could probably take out this part: " ||params.name.test('[^a-zA-Z0-9]',
'i') " and then go with your previous attempt


  var identity = new Date().getTime();
  client.core.start({"name":identity});


on the client side



On Wed, Jul 27, 2011 at 10:29 AM, Stefan Aichholzer <[email protected]> wrote:

>
>  Yes, I found it, but what do I do in it, just disable the nickname on
> connection?, will APE then assign a default name?
>
>  Thank you.
>
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to