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