Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. on 1:connect: { raw CAP REQ :twitch.tv/membership }
  2.  
  3. on 1:text:*subscribed*:#chainerfails:{
  4. if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  5. elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan $1 has subscribed, hope you enjoy your stay man! }
  6. elseif ($nick == twitchnotify) && ( $4 isnum ) { describe $chan $1 has subscribed for $4 months in a row! }
  7. }
  8. on 1:text:*in * cube*:#chainerfails:{ describe $chan $nick Type in !build for any information you need about ChainerFails builds }
  9. if ((%floodcube) || ($($+(%,floodcube.,$nick),2))) { return }
  10. set -u30 %floodcube On
  11. on 1:text:*red gem*:#chainerfails:{ describe $chan $nick The red gem in his weapon isn't needed. Life Per Hit lags with how many mobs there are, and EXP is useless for the paragon they are at. Technically, he can run without any gem and be fine. }
  12. if ((%floodredgem) || ($($+(%,floodredgem.,$nick),2))) { return }
  13. set -u30 %floodredgem On
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement