Hi all,

Someone who can help me fix the bugs, and do to working right? From already thank you very much for any help you can give me!







on 1:TEXT:*subscribed*:#:{
if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
inc %subs
if (%subs == 1) {
/msg # Welcome $$1 $+ ! We hope you enjoy your stay at # $+ ! [You are the 1st sub today]
} else {
/msg # Welcome $$1 $+ ! We hope you enjoy your stay at # $+ ! [You are sub %subs $+ ]
}
/msg # $1 Thank for supporting to # for $4 months! [You are the 1st re-sub today]
} else {
/msg # $1 Thank for supporting to # for $4 months! [You are re-sub %subs $+ ]
}


on *:TEXT:!sub reset:#:{
If ( $nick !isop $chan ) if ($2 != $null) /msg # $nick -> You're not a moderator in this chatroom.
%subs = 0
/msg # > Subs count has been reset to: " $+ 0 $+ ".
}


on *:TEXT:!count:#:{
/msg # - Today's sub count: " $+ %subs $+ ".
}

Last edited by Khonor; 21/05/16 02:32 AM.