<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I am writing tic tac toe game which runs on IRC (i am using freenode now).<div><br></div><div>Each player will be a channel member.&nbsp;<span style="font-size: 10pt; ">So, players send private messages between each other to play game. This sounds fine but I need the below things to get done, but I don't know how to do them..</span></div><div><span style="font-size: 10pt; "><br></span></div><div><span style="font-size: 10pt; ">How my game works:</span></div><div><span style="font-size: 10pt; "><br></span></div><div><span style="font-size: 10pt; ">Each player will have my program (tictactoe.exe).</span></div><div><span style="font-size: 10pt; "><br></span></div><div><span style="font-size: 10pt; ">So, each player has to enter a unique Nick Name for them and a their's friend's nick name to play :</span></div><div><span style="font-size: 10pt; "><br></span></div><div>## Now, I want to know whether the player is on the channel or not. for that I need a list of nick's on the channel. How to get them?</div><div><br></div><div>The biggest problem is here:</div><div><br></div><div>## How to select a player to play first... ??? How do I get this done?</div><div><br></div><div><br></div><div>Help me!!!</div>                                               </div></body>
</html>