- on *:TEXT:!add*:%test.room: {
- if ($nick == %admin) {
- %triv.l = $calc($readini(scores.ini,score,$2)+ $3)
- .writeini scores.ini score $2 %triv.l
- .msg %test.room $+ 4 $nick $+ 2has given $2 7 $4 12point(s).
- }
- else { msg $test.room You do not have permission to give points!
- }
- }