Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 7th, 2010 | Syntax: PHP | Size: 0.47 KB | Hits: 95 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1.         /*
  2.         private function joinChannels();
  3.         {
  4.                 $this->Send('JOIN #lvp');
  5.                 $this->Send('JOIN #bnc');
  6.                 $this->Send('JOIN #lvp.echo');
  7.                 $this->Send('JOIN #sa-mp.scripting');
  8.                 $this->Send('JOIN #php');
  9.                 $this->Send('JOIN #uvh');
  10.         }
  11.        
  12.         private function partChannels();
  13.         {
  14.                 $this->Send('PART #lvp');
  15.                 $this->Send('PART #bnc');
  16.                 $this->Send('PART #lvp.echo');
  17.                 $this->Send('PART #sa-mp.scripting');
  18.                 $this->Send('PART #php');
  19.                 $this->Send('PART #uvh');
  20.         }
  21.         */