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.

tcl to send me an email

Old posts that have not been replied to for several years.
Locked
C
COOLY
Voice
Posts: 14
Joined: Sun Feb 24, 2002 8:00 pm

tcl to send me an email

Post by COOLY »

I want a tcl to send me an email when a certain word is said in a channel. I want it to send the sentence and the writer. thanx :lol:
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

It's pretty easy to write.

You write the email message to a temporary file, then you use "exec" to run the mail program and send the temp file.

The more complicated way would be to get a tcl mail client (I think there's one in tcllib) and use that instead of exec.
C
COOLY
Voice
Posts: 14
Joined: Sun Feb 24, 2002 8:00 pm

Post by COOLY »

Could plz write 2 me. I don't know how to write a line in a scrtipt. :roll:
Locked