I have an idea for making a mirc script that will send an SMS to your mobile phone when someone queries you, or through the use of a trigger.
My own mobile phone carrier allows you to send text messages to phones by emailing mycellphonenumber@msg.telus.com. Example being 4031234567@msg.telus.com. The easiest way that I could see to implement this would be through authenticated smtp, such as your ISPs mail server.
In channel example, through use of a trigger:
>!sms Zigster, where are you? Come on IRC!
Which would send an email to your preferred SMS provider with the message body being "Zigster, where are you? Come on IRC!"
Some sort of flood protection would also need to be implemented, so that it's not abused. Say that the script will only send an SMS once every 5 minutes.
I'm just putting this out there for anyone who may find an interest in such an endeavor. I've already searched tirelessly to see if such a script exists. I'm also a bit busy in my life to be learning mirc scripting just to implement this idea.
If there's anyone out there who finds an interest in this, I'd greatly appreciate your effort. I'm sure that many people would find a use for it beyond just myself.
