Index: irc.php
===================================================================
--- irc.php (revision 2317)
+++ irc.php (working copy)
@@ -1,10 +1,6 @@
#!/usr/bin/env php
-# status
-# reboot
-# log
-# help
-# down
+# port_info is broken. always reports same values no matter host selected
@@ -23,14 +19,33 @@
# Redirect to /dev/null if you aren't using screen to keep tabs
echo "Observer Bot Starting ...\n";
echo "\n";
-echo "COMMAND\t\tHOST\t\t\tDEVICE\n";
-echo "-------\t\t----\t\t\t------\n";
+echo "Timestamp Command\n";
+echo "----------------- ------- \n";
class observiumbot
{



