I have a bot set to award 1 point for every hour someone is in my Twitch channel. What I would like to add is for specific people to earn 1.5 tickets every hour, but the code isn't responding correctly. Here's what I added:

on !*:join:#:{
$+(.timerpoints.,#,.,$nick) 0 3600 add.pts $+(#,.,$nick)
add.pts $+(#,.,$nick)
if ($readini(P.ini,$nick) $calc($readini(Points.ini,%topic,Points) + $.5)

I'd like the bot to read if a name is on the ini file P.ini but it doesn't seem to read from there. Can anyone tell me what I'm doing wrong? I can add the entire point script if necessary.