Hello all,

I would like to create an alias that would find an ip address based on a given nickname or ip address (/findip)

Example of what's in the ini file:

Nickname1=123.123.123.123
Nickname2=123.123.123.124
Nickname3=123.123.123.125


ex 1.) findip(123.123.123.123) will return Nickname 1

ex 2.) findip(Nickname) will return 123.123.123.123


My 2nd request is to make a request to search the ini file to re-write an ip address given a nickname

Example:

/rewrite_ip Nickname1 123.456.789.100

I appreciate all your help and support in advance.

Cheers,

Jay