i using $readini for my protections, but i cant figure out hot to use the same line for all my protections, the only thing that change is the last value (marked with a ?), i use $pro to get the value from the file, the ini file looks like this:
[protection]
ctcp=Disabled
message=Disabled
amd the alias looks like:
alias pro {
return { $readini($mircdirscripts\ini\settings.ini,protection,?)
}
so i need to add the item i want to read, this is done while init a dialog. So is it a way to return the value the dialog looking for? tested with var %pro = ctcp . but no luck when i tested it.