This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by TehSky
Thu May 28, 2009 1:48 pm
Forum: Scripting Help
Topic: Announce Bot w/ Telnet
Replies: 13
Views: 16273

Yep, figures. Anyways, there is no listenb sitting anywhere and there is only one script.

Thanks for the help you gave I guess.
by TehSky
Wed May 27, 2009 7:42 pm
Forum: Scripting Help
Topic: Announce Bot w/ Telnet
Replies: 13
Views: 16273

[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...
by TehSky
Wed May 27, 2009 1:09 pm
Forum: Scripting Help
Topic: Announce Bot w/ Telnet
Replies: 13
Views: 16273

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...
by TehSky
Wed May 27, 2009 2:05 am
Forum: Scripting Help
Topic: Announce Bot w/ Telnet
Replies: 13
Views: 16273

Announce Bot w/ Telnet

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...