Find
You are looking at a little robot
Im a little robot short and stout..
I used to send emails when people logon.. but I cant from this current server.. h well.
Created by
wolis
, last updated 13 Apr 2008
Code
##wxakes:runsub itwakes;
##itwakes:
var $plyer to $init_obj's name;
if $plyer like (xiii|fopp) then sendmail else end;
##sendmail:
var $email_to to "wm@wolispace.com,wm@cisa.asn.au";
say 'msg',"lights blink on [$actor] as it notifies $email_to that [$init_obj] waking up";
var $email_subject to "$plyer wakes";
var $email_message to "Read the subject, I have no more information";
email now;