--- a/modules/doctor.php Sat Nov 15 15:02:59 2008 -0500 +++ b/modules/doctor.php Sat Nov 15 15:03:21 2008 -0500 @@ -1,4 +1,6 @@ <?php +$doctor = array(); + require('eliza.php'); eb_hook('event_channel_msg', 'doctor_listen($chan, $message);');