The first step was the lock authentificatoin, it seems to work well
After DC send to me the user's nick
I validate it, and send to it the "$Hello <nick>"
(if I don't do that, nothing else appened... )
Finally DC asks me the user list by sending the string : "$GetNickList|"
I reply by "$NickList op1$$op2$$op3$$nick1$$nick2$$nick3$$||$OpList op1$$op2$$op3||" but nothing appened.. I have dupplicate the "|" by watching the data received from a hub on internet. I have already tried with just one "|", but it's the same ! Nothing appened...
Can anyone help me ? How should I send the user list to DC ?