I think it is possible to do the following thing:

For example I have the ini file like this:
Code:
[Nickname1]
HOSTS=*!*@bla.com *ident@* Nickname!*@192.168.*
OP=1


The idea is when someone joins an active channel mirc to scan the file for a matching host. If the user host exists and OP=1 to give +o to this nickname.

I know how to do the scripting except for the host search for a given nickname category in the ini file.

Edit: Hosts in HOST= are seperated with spaces. I think didtok should do the job for adding new hosts and removing.

Thanks

Last edited by The_Only; 27/10/05 06:58 PM.