Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 0.40 KB | None | 0 0
  1. on *:TEXT:./request *:#ChexMix:{
  2.   set %2  $nick
  3.   set %3  $2
  4.   msg $chan $nick $+ , Please wait while your request is approved or denied.
  5.   on *:TEXT:./approve %2:#ChexMix:{
  6.     msg $Chan I have been approved to join %2 $+ 's channel, I will soon join %3 $+ .
  7.  }
  8. }
  9.  
  10. I need help with this script, I know I need to add if ( nick == William ) { but im just testing it right now. It acts like i typed ./approve
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement