jsg55 commented on a Page, Cookies!  -  Apr 21, 2010

"I'm trying to figure out when someone changes their nick...It will change the ini to match the new nick. If anyone can help me with that, That'd be great :D"
how about
on *:nick: {
if ($readini(cookies.ini, cookies, $nick) != $null) {
var %x $readini(cookies.ini, cookies, $nick)
remini cookies.ini cookies $nick
writeini cookies.ini cookies $newnick %x
}
}
if thats what your asking for lol
i apologize if its not the most compact piece of work ever

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.