Advertisement
BlazeV2_

Untitled

Jun 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. on *:connect:{
  2. if ($server = tmi.twitch.tv) {
  3. ; Requesting capabilities is necessary to recive the info
  4. raw CAP REQ :twitch.tv/membership
  5. raw CAP REQ :twitch.tv/tags
  6. raw CAP REQ :twitch.tv/commands
  7. }
  8. }
  9.  
  10. on 1:text:*subscribed*:#channel: {
  11. if ($nick == twitchnotify) && ($istok($1-,subscribed to,32)) halt
  12. elseif ($nick == twitchnotify) && ( $4 == $null ) { msg $chan /me Thanks for subscribing $1! }
  13. elseif ($nick == twitchnotify) && ( $4 == with ) { msg $chan /me Thanks for subscribing $1! }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement