Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ## Put the following in Tools /Scripts Editor / Remotes
  2.  
  3. on *:INPUT:#:{
  4. if (($me == Snake) && ($left($1,1) != /) && (%snake)) {
  5. msg $chan $replacecs($1-,s,sss,S,Sss,x,xss,X,Xss,ce,ccce) ---< | haltdef
  6. }
  7. }
  8. alias snake {
  9. if ($1 == off) {
  10. echo -t $active * Snake: off
  11. unset %snake
  12. }
  13. else {
  14. echo -t $active * Snake: on
  15. set %snake 1
  16. }
  17. }
Add Comment
Please, Sign In to add comment