Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on *:join:#irclan: {
  2. if ([IR] isin $nick) { mode #irclan +v $nick }
  3. }
  4.  
  5. on *:text:*:#irclan {
  6. if ($nick isop # || $nick ishop #) {
  7. if (.hl* iswm $1-) {
  8. var %x = 1
  9. while (%x <= $nick(#,0)) {
  10. var %highlight = %highlight $+($iif(([IR] isin $nick(#,%x) || $nick ishop #), $nick(#,%x)))
  11. inc %x }
  12. msg # %highlight
  13.  
  14. }
  15.  
  16. if (?setspam* iswm $1-) {
  17. .timer9 0 $2 notice +#irclan $3-
  18. }
  19.  
  20. if (?stopspam* iswm $1-) {
  21. .timer9 off
  22. }
  23.  
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement