Can anyone tell me what would be required to code a tcl script, which would act like an mIRC Bot that HLSW has. On command through telnet, the eggdrop would open a connection to a counter-strike server which is hosting a match, and send information to a specified IRC channel, with who frags who, and round scores. How would one be able to do this, because I'm thinking about putting on a long project, and this would be it.
the most important thing is a) how to get this data from the server and b) if you have to use UDP
the easiest way would be to get some command line tool (i'm sure there are plenty out there) that gets this data from the server and make a fileevent that reacts on each new line, then you parse it and youre done