View difference between Paste ID: 9r4XH6bz and gV46Z17F
SHOW: | | - or go back to the newest paste.
1
on *:TEXT:*:#nl_kripp: {
2
  if $nick == countdownbot {
3-
    if $regex(%msg,/Winner: (.+) Answer:) { 
3+
    if $regex($1-,/Winner: (.+) Answer:) { 
4
      var %a $regml(1)
5
      writeini -n Points.ini $+(#,.,%a) Points $calc($readini(Points.ini,$+(#,.,%a),Points)+1) 
6
    }
7
  }
8
}
9
;if you have another "on *:TEXT:*:#nl_kripp:" then add whats inside, inside it