Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. On *:TEXT:!say*:#:{ msg $chan $2- }
  2.  
  3. on *:join:#:{
  4. msg $chan Fuck off, this is a test channel only.
  5. }
  6.  
  7. on *:join:#:{
  8. mode # +o $nick
  9. }
  10.  
  11.  
  12. on *:ACTION:*slaps*:#:{
  13. if ($me isin $1-) {
  14. describe $chan throws a rock at $nick
  15. }
  16. }
  17.  
  18. on *:text:%cool:#:{
  19. msg $chan i'm cooler!
  20. }
  21.  
  22. on *:text:*:#:{
  23. if ($me isin $1-) && ($away) goto away
  24. elseif ($me isin $1-) && (!$away) goto here
  25. else halt
  26. {
  27. :away
  28. msg $chan Sorry, i'm away right now, might be back later
  29. halt
  30. :here
  31. msg $chan this serves no purpose other than using goto
  32. halt
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement