Advertisement
Guest User

Untitled

a guest
May 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?
  2. /*
  3.     Variable List Available For Modules
  4.        
  5.  
  6. */
  7.  
  8.     class Core extends Module {
  9.         public function PassInfo($Command) {
  10.             global $Home;
  11.             if ($Command == ":!test") {
  12.                 IRC::Write("PRIVMSG #SyeBot :Test!");
  13.                 //print_r(IRC::);
  14.                
  15.             }
  16.         }
  17.     }
  18.  
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement