Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. on *:LOGON:*:{
  2. if (!$regex($server, /^(tmi|irc)\.twitch\.tv$/i)) { return }
  3. raw CAP REQ :twitch.tv/membership
  4. raw CAP REQ :twitch.tv/tags
  5. raw CAP REQ :twitch.tv/commands
  6. }
  7. on 1:TEXT:*subscribed*:#buttonboy13
  8. if ($nick == twitchnotify) && ( $4 == $null ) { msg $chan buttonSub Thank you $1 You subbed for the first time! buttonSub Welcome to the SubClub buttonSub buttonHeart }
  9. elseif ($nick == twitchnotify) && ( $4 isnum ) { msg $chan buttonSub buttonSub Welcome back $1 You resubbed for $4 months in a row! Welcome back!! buttonHeart }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement