mIRC Home    About    Download    Register    News    Help

Print Thread
#262503 09/02/18 08:49 AM
Joined: Jul 2016
Posts: 10
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Jul 2016
Posts: 10
Due to my PC needing a reset i lost alot of my previours scripts frown

If anyone knows a twitch script which when a person cheers/donates bits it adds up the total and displays a message “user has donated x bits <3” in chat.

Joined: Apr 2016
Posts: 86
B
Babel fish
Offline
Babel fish
B
Joined: Apr 2016
Posts: 86
Code:
on $*:text:/(^|\s)cheer\d+(\s|$)/i:#CHANNELNAME: {
  if (($msgtags(room-id).key == ROOMID) && ($msgtags(bits).key)) {
    msg # $msgtags(display-name).key has donated $msgtags(bits).key bits <3
  }
}

Joined: Jul 2016
Posts: 10
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Jul 2016
Posts: 10
Thank you, it works perfect <3


Link Copied to Clipboard