chromecow
Visitor
|
New Module: existsQueries - 2008/03/27 05:50
I've written a very simple module (one of many I hope).
It's called existsQueries, and for now you can find it on chromecow.com.
You can use it to verify if a nickname or a room exists:
| Code: |
SEND: <exists nickName="TestMe" />
RECEIVE: <exists>true/false</exists>
SEND: <exists room="IsThisRoom" />
RECEIVE: <exists>true/false</exists>
|
|