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 3 matches

by SamuelRight
Wed Feb 02, 2005 8:30 pm
Forum: Archive
Topic: Help with sockets when converting mirc to tcl.
Replies: 6
Views: 2754

So, I need to take a tcl course to host a script? :roll:

I am just asking for some direction on the script, I do not even know where to look, nor do I know the tcl equivalent for the mirc commands used.
by SamuelRight
Wed Feb 02, 2005 8:18 pm
Forum: Archive
Topic: Help with sockets when converting mirc to tcl.
Replies: 6
Views: 2754

I spent all afternoon looking at other scripts trying to make something work. Would it look something like this? bind join - "$channel %" socker -webserver.com The manual is very overwhelming. I just need to host this script for a webserver, I have no patience trying to self learn tcl from...
by SamuelRight
Wed Feb 02, 2005 6:58 pm
Forum: Archive
Topic: Help with sockets when converting mirc to tcl.
Replies: 6
Views: 2754

Help with sockets when converting mirc to tcl.

I need help converting this mirc script to tcl. I do not have control of the webserver's php scripts, so I need the eggdrop to do the same thing the mirc did. No writing to txt. ALIAS something { sockopen something webserver.com 80 echo opened } on *:JOIN:#channel: something on *:PART:#channel: some...