Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. on 1:text:*subscribed*:#72hrs:{
  2. if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  3. elseif ( $nick == twitchnotify ) && ( $4 == $null ) || ( $5 == Twitch ) {
  4. describe $chan hoursLove DAMN hoursFeels IT hoursHi FEELS hoursLewd GOOD hoursSmug TO hoursWhisper BE hoursTom A hoursLUL TOM hoursBrotherhood SUB hoursLove
  5. }
  6. }
  7.  
  8. raw *:*: {
  9.  
  10. var %rawmessage = $replace($rawmsg,$chr(59),$chr(32)[,$chr(58),$chr(32),\s,$chr(32),$chr(44),$chr(32)])
  11. echo 7 %rawmessage
  12.  
  13. if ( PRIVMSG == $2 ) {
  14.  
  15. echo 4 $1 $2 $3 $4-
  16.  
  17. var %displayname2 = $left($1,$calc($pos($1,!)-1))
  18.  
  19. if ( $dp1 == $null ) { var %name = %displayname2 }
  20. else { var %name = $dp1 }
  21.  
  22. echo 2 %name
  23. echo 7 %displayname2
  24.  
  25.  
  26. var %privmsg1 = $right($4-,-1)
  27. echo $3 $chr(91) $+ $time $+ $chr(93) < $+ %name $+ > %privmsg1
  28. }
  29.  
  30.  
  31.  
  32. if (USERNOTICE == $2 ) {
  33.  
  34. var %channel = $3
  35. echo 13 $1-
  36.  
  37.  
  38. var %msgparammonths1 = $matchtok($rawmsg, msg-param-months=, 1, 59)
  39. if ( %msgparammonths1 == $null ) { var %HEYTHISISBLANK = NULL | echo 11 %HEYTHISISBLANK | goto end }
  40.  
  41.  
  42. elseif ( %msgparammonths1 != $null ) {
  43. var %resubmsg1 = $matchtok($rawmsg, msg-param-months=, 1, 59)
  44. var %resubmsg2 = $remove($matchtok($rawmsg, msg-param-months=, 1, 59),msg-param-months=)
  45. beep 3 1
  46. echo 2 ** %channel $dp2 has re-subscribed for %resubmsg2 months!
  47. echo 2 %channel ** %channel $dp2 has re-subscribed for %resubmsg2 months!
  48. }
  49.  
  50. if ( #orb == %channel ) {
  51. describe %channel orbLove Wow! $dp2 has subscribed for %resubmsg2 months in a row! Thanks for supporting Orb! orbHype
  52. timer 1 2 msg %channel orbOMG $chr(92) orbA $chr(47) orbLove orbWave orbLove $chr(92) orbA $chr(47) orbOMG
  53. }
  54.  
  55. if ( #michi == %channel ) {
  56. describe %channel michiLove Welcome back $dp2! They've just subscribed for %resubmsg2 months in a row! Thanks for supporting Michi long lasting Pineapple addiction! michiHype
  57. timer 1 2 msg %channel michiLove michiHype michiLove michiHype michiLove michiHype
  58. timer 1 2 msg %channel michiLove michiHype michiLove michiHype michiLove michiHype
  59. timer 1 2 msg %channel michiLove michiHype michiLove michiHype michiLove michiHype
  60. }
  61.  
  62. if ( #72hrs == %channel ) {
  63. describe %channel Thanks for all the support! hoursLove DAMN hoursFeels IT hoursHi FEELS hoursLewd GOOD hoursSmug TO hoursWhisper BE hoursTom A hoursLUL TOM hoursBrotherhood SUB hoursLove
  64. }
  65.  
  66. :end
  67.  
  68. }
  69.  
  70. }
  71.  
  72. alias dp1 {
  73. tokenize 59 $rawmsg
  74. var %displayname = $remove($matchtok($rawmsg,display-name=,1,59),display-name=)
  75. return %displayname
  76. }
  77.  
  78. alias dp2 {
  79. var %rawmessage1 = $replace($rawmsg,$chr(59),$chr(32)[,$chr(58),$chr(32),\s,$chr(32),$chr(44),$chr(32)])
  80. tokenize 32 %rawmessage1
  81. var %dpsystemmsg = $matchtok(%rawmessage1, system-msg=, 1, 32)
  82. var %dpsystemmsg1 = $remove($matchtok(%rawmessage1, system-msg=, 1, 32), system-msg=)
  83. return %dpsystemmsg1
  84. }
  85.  
  86.  
  87.  
  88.  
  89. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement