Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. on *:TEXT:!lstatus *:#: {
  2. if($2){
  3. if ($2 == on) { set $+(%,lotto,$chan) on | msg $chan lotto is now on }
  4. elseif ($2 == off) { set$+(%,lotto,$chan) off | msg $chan lotto is now off }
  5. else { msg $chan blabla not the right command }
  6. }
  7.  
  8. ; on top of the script:
  9.  
  10. if ($+(%,lotto,$chan) == off) { msg $chan lotto script is off | halt }
Add Comment
Please, Sign In to add comment