So I'm toying with the idea of making an OpenBD based IRC server. I'm reading up on the protocol, and set up a little test.
I'm starting the socketserver, and I set up a page to list clients. When a client connects (In my case using Hydra IRC), it registers and the server responds with a "Hello" that is visible on the client, and by using SocketServergetclients( lport ) I get a pretty useless array but an array nonetheless. Problem is that the array isn't updated when I disconnect from the Hydra IRC client, so I'm wondering if there's some form of cleanup that's needed, or something I'm just missing.. -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
