Guest User

Untitled

a guest
Jun 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?
  2. public function checkChannel($recv){
  3. if($recv["action"] == "PRIVMSG" && strtolower($recv["target"]) != strtolower($this -> nick)){
  4. return true;
  5. }
  6. else{
  7. return false;
  8. }
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment