Advertisement
cmgangrel

Adiirc twitch Notify Script

Mar 17th, 2017
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. raw USERNOTICE:*:{
  2. ; if ((%floodmst) || ($($+(%,floodmst.,$chan),2))) {
  3. ; return
  4. ; }
  5. ; set -u10 %floodmst On
  6. ; set -u30 %floodmst. $+ $chan On
  7.  
  8. if ($2- == $null) && (resub isin $msgtags) {
  9. echo -mw2 $1 *** $msgtags(display-name).key subscribed for $msgtags(msg-param-months).key months in a row!
  10. echomonitor -tw2 $1 $+ $chr(58) $msgtags(display-name).key subscribed for $msgtags(msg-param-months).key months in a row!
  11. }
  12. else {
  13. echo -mw2 $1 *** $msgtags(display-name).key subscribed for $msgtags(msg-param-months).key months in a row with the message: $right($2-, -1)
  14. echomonitor -tw2 $1 $+ $chr(58) $msgtags(display-name).key subscribed for $msgtags(msg-param-months).key months in a row with the message: $right($2-, -1)
  15. }
  16. if (#klaige == $1) {
  17. msg $1 klaigeDunk klaigeWmage klaigeWmage klaigeFronkerY klaigeFronkerY klaigeFronkerY klaigeWmage klaigeWmage klaigeDunk $msgtags(msg-param-months).key months in a row
  18. }
  19. if (#pjdicesare == $1) {
  20. msg $1 pjdTrain pjdFire pjdFire pjdFire pjd6pm pjdBigKazam pjdBord $msgtags(msg-param-months).key months in a row
  21. }
  22. if (#thegreatgildersneeze == $1) {
  23. msg $1 grtNOOT grtNOOT grtOne grtOne grtHype grtHype grtOne grtOne grtNOOT grtNOOT $msgtags(msg-param-months).key months in a row
  24. }
  25. }
  26.  
  27.  
  28. ON *:TEXT:*subscribed*:#:{
  29. if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  30. elseif ($nick == twitchnotify) && ( $4 == $null ) {
  31. echo -w2 $chan *** $1 just subscribed!
  32. echomonitor -tw2 $chan $+ $chr(58) $1 just subscribed!
  33. }
  34. }
  35.  
  36. on !$*:text:/(^|\s)cheer\d+(\s|$)/i:#: {
  37. echo -mw2 $chan GivePLZ $msgtags(display-name).key just donated $msgtags(bits).key bits TakeNRG
  38. echo -mw2 $chan with the message: $1-
  39. echomonitor -tw2 $chan $+ $chr(58) $msgtags(display-name).key just donated $msgtags(bits).key bits with the message: $1-
  40. }
  41.  
  42. on !$*:text:/(^|\s)kappa\d+(\s|$)/i:#: {
  43. echo -mw2 $chan GivePLZ $msgtags(display-name).key just donated $msgtags(bits).key bits TakeNRG
  44. echo -mw2 $chan with the message: $1-
  45. echomonitor -tw2 $chan $+ $chr(58) $msgtags(display-name).key just donated $msgtags(bits).key bits with the message: $1-
  46. }
  47.  
  48. on !$*:text:/(^|\s)kreygasm\d+(\s|$)/i:#: {
  49. echo -mw2 $chan GivePLZ $msgtags(display-name).key just donated $msgtags(bits).key bits TakeNRG
  50. echo -mw2 $chan with the message: $1-
  51. echomonitor -tw2 $chan $+ $chr(58) $msgtags(display-name).key just donated $msgtags(bits).key bits with the message: $1-
  52. }
  53.  
  54. on !$*:text:/(^|\s)swiftrage\d+(\s|$)/i:#: {
  55. echo -mw2 $chan GivePLZ $msgtags(display-name).key just donated $msgtags(bits).key bits TakeNRG
  56. echo -mw2 $chan with the message: $1-
  57. echomonitor -tw2 $chan $+ $chr(58) $msgtags(display-name).key just donated $msgtags(bits).key bits with the message: $1-
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement