
Three questions:
1) What is the best way to tell if the user is an admin? I know I can search the admins array, but what if the user changed their "nick"? Where in the code (JS or PHP) is the best patch point to detect this?
2) Command Set? - I believe I read that phpFreeChat is based on the IRC command set. Does anyone have a good URL for a fast learn on what that command set is?
3) How do I create a custom command? - I'm really looking forward to this one. Is there a document that goes into this? If not, what is the best patch point in the source code (JS or PHP), for adding my own command? Also, what guidelines should I follow so that I don't create a command that destabilizes phpFreeChat.
Thanks.