modules/doctor.php
changeset 24 6fa9346a9bdc
parent 8 0acb8d9a3194
child 52 a8f0e99883d1
--- 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);');