lol thanks mate
Right my master plan is working
CS Pickup Scipt
So far...
IRC is working fine, player join the channel add them selves to a game, when the required number of players is reached the bot changes the server to the correct map and sets the correct password, all players are notified the details

so far so good.
Now once they are on the server all is controlled. When all players are on, a 5 minutes warmup starts. Then they settings are loaded and and players are frozen for 2 mins to allow for tactics talks. After 2 mins the game begins.. after 12 rounds the players are swap teams (auto by script) and are given a firther 2 mins for tactics discussions. Then the second round starts up.. at the end the score is displayed and game over
But (fingers hurting now). I need a way of the user logging in before they are added to a game so that their WONID can be relayed to the server and the teams/playernames are kept as they should be.
I wanted to do this without database/MYSQL (although that is available). ie.. they do
/msg bot addme CSplayername password wonid
ie...
/msg Bot addme Rav monkeys 123456
any help on this would be greatly appreciateed

(a script allowing them to do this would be even better lol )