[18:39] couldn't open socket: address already in use while executing "socket -server main -myaddr $host $port" invoked from within "set serverSocket [socket -server main -myaddr $host $port]" (file "scripts/announce.tcl" line 8) invoked from within "source scripts...
Thank you very much for your help everyone. Unfortunately I am still getting an EOF error with nml375's script. But more was added. Telnet connection: unknown.mywebsite.com/37874 Timeout/EOF ident connection Lost telnet connection to telnet@unknown.mywebsite.com/37874 This is what I have on the webs...
I'm trying to have create an announcebot that gets information through a telnet connection. Using this script. set Port "51010" set Chan "#channel" listen $Port script listenb proc listenb {idx} { control $idx listenb1 } proc listenb1 {idx args} { set args [join $args] set Announ...