mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 1
S
Shayne Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Oct 2003
Posts: 1
I use mirc to make advanced bots as its easy to code, and configure later on down the track. But I have lead to discover a 'flaw' in the new $readini format (previously: $readini test.ini etc... Now: $readini(test.ini, etc...))
I have found that you can't have the newer readini command read from another ini file (eg. $readini(users.ini, $readini(iusers, currentuser, nick), ....) I have rewritten one of my bots with the new readini command, but I have to use the older version for this format... Any comments would be much appreciated....

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Write an example that reproduces the bug and post it here. I can't reproduce your bug, it works fine here:
Code:
//writeini initest.ini section item mirc | echo -a $readini($mircini,$readini(initest.ini,section,item),nick)


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com

Link Copied to Clipboard