phpDocumentor phpIcqBot
[ class tree: phpIcqBot ] [ index: phpIcqBot ] [ all elements ]

Source for file bot.php

Documentation is available at bot.php

  1. <?php
  2.  
  3. error_reporting (E_ALL);
  4.  
  5. require_once './kernel/kernel.class.php';
  6.  
  7. $icq new IcqBot();
  8.  
  9. $icq->work();

Documentation generated on Mon, 24 Dec 2007 09:34:24 +0500 by phpDocumentor 1.4.0