ok, I would would like to generate e-mails from tcl if its at all possible. Can anyone sugest some documentation that I can refer too for this?
I am thinking of putting together another eggie that will be like a bar bot. I pretty much think I have the logic down of how and what I want to do with it. The basic logic of the bot will be to read various txt files with specific information that will be displayed when certain events occur. i would like to be able to have these text files updateable by me when I am in a dcc/telnet secession. I guese my question is, how do you have a bot communicate via the telnet/dcc secessions and accept input? Errr, how are the help files built? Any sugestions as to where I could find documentation on how to perform these specific functions????
droolin wrote:ok, I would would like to generate e-mails from tcl if its at all possible. Can anyone sugest some documentation that I can refer too for this?
Tcllib has several commands that might help you with your emails. (platform independant)
droolin wrote:I guese my question is, how do you have a bot communicate via the telnet/dcc secessions and accept input?