Advertisement
Guest User

Untitled

a guest
May 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Normaal {
  2. /nick $fullname
  3. .msg *away back
  4. .msg *away show
  5. .msg *away delete all
  6. /ms read new
  7. }
  8. AFK {
  9. /nick $fullname $+ |AFK
  10. .msg *away away
  11. }
  12. BRB {
  13. /nick $fullname $+ |BRB
  14. .msg *away away
  15. }
  16. busy {
  17. /nick $fullname $+ |busy
  18. .msg *away away
  19. }
  20. -
  21. Highlighter
  22. .Aan:/.enable #highlighter | echo -a Highlighter staat AAN
  23. .Uit:/.disable #highlighter | echo -a Highlighter staat UIT
  24. -
  25. Check memo's:/ms read lijst
  26. Lees nieuwe memo's:/ms read new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement