c0z   -  Sep 01, 2016

This is an User List using an .ini file. It add it perfectly but on join doesn't want to read it. can anyone help me finish it and make the on join read it?

menu nicklist {

Userlist
..&Add User
...Add &global.o {
var %e = 1, %tag = $?="What msg do you want to give them?"
while ( %e <= $numtok($snicks,44) ) {
say # 02[ $+ $gettok($snicks,%e,44) $+ 02] added to global.o 02[ $+ %tag $+ / $+ $replace($gettok($ial($gettok($snicks,%e,44)),2,33),@) $+ 02]
writeini -n $qt($mircini) aop.o $+(
!*,$gettok($ial($gettok($snicks,%e,44)),2,33) ) $+($gettok($snicks,%e,44),!,%tag)
inc %e
}
return
}

on :JOIN:#:{
if ($readini(mirc.ini,aop.o,$+(
!*,$gettok($gettok($ial($6),2,33),1,64),@))) { echo -a jajaja )
}
}

 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.