alias grabarini {
.writeini test.ini [Nickserv] Identificar Nick : .msg nick identify nick
.writeini test.ini [Nickserv] Info Nick : .msg nick identify nick
}
alias leerini {
var %x = 1
:begin
if (%x <= 10) {
set %text $ini(test.ini,~Nickserv~,%x)
aline @pres %text
inc %x
goto begin
}
}
[~Nickserv~]
Identificar=Nick : .msg nick identify nick
Info=Nick : .msg nick identify nick
this is my file and i want show the data inside
any help please?