Guest User

Untitled

a guest
Jul 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. case ':!b '.$this->ex[0]:
  2. $esc = "";
  3. for($i=4; $i <= (count($this->ex)); $i++) { $esc .= $this->ex[$i]." "; }
  4. $user = strstr($esc, ',', true);
  5. $time = explode($esc, ',');
  6. $this->send_data('PRIVMSG', $this->ex[2].' :'.$time);
  7. $this->send_data('PRIVMSG', $this->ex[2].' :'.$user);
  8.  
  9. break;
Add Comment
Please, Sign In to add comment