hiyas, i'm rather dull when it comes to tcl scripting, i just use other peoples work, MC_* and slennox are two peoples scripts I use. However, I've wanted a tcl script that'll send a sms/txt to my mobile phone, i've tryed the one or two that www.egghelp.org has, but they don'ts eem to work with my gsm mobile. Could anyone point me in the direction of one that works? i'm not sure if its becuase those scripts are slightly old, or because mtnsms.com is slow / lagged, or what. so ya.
It's not a Tcl script in itself, it is designed to send SMS messages via the web (it can, with a tiny bit of work on the config files, be used to send anything that normaly gets sent via a HTML form(post or get)). However, I believe it had a link on the site, where you download a small script for eggdrop.
The software works with most free providers, and gets around things like having to send a magic cookie, that is normaly embeded into the login page, and generated at random (used to stop scripts like those on eggdrop). To add a new provider, you add a tiny script, which defines what is read from the site, when it is sent, how it is sent and what information needs to be sent fromt he command line.
It's also got a nifty auto-update feature. If there is a newer script available that the one you have, then adding a certain parameter to the command line, will download the updated copy.