Page 1 of 1

how to remove this?

Posted: Sun Jul 01, 2007 3:00 am
by Jumbo
on whois command
the IP is masked
how can i remove the mask so that it shows the original IP of the users unless masked by vhost or services

[email protected]

Posted: Sun Jul 01, 2007 6:36 am
by Stealth
http://www.x-tab.org/unreal.html#getrealip

Also note: if you read the docs you will find all the ways to get someone's real host or IP

Posted: Sun Jul 01, 2007 8:48 am
by Jumbo
yeah i know
but i do not want it to be masked under whois command unless it is a vhost to oper and services
how can i do that?

Posted: Sun Jul 01, 2007 11:07 am
by Jobe
Jumbo wrote:yeah i know
but i do not want it to be masked under whois command unless it is a vhost to oper and services
how can i do that?
Remove x from set::modes-on-connect

If you dont want users to be able to set user mode +x manually, add x to set::restrict-usermodes

Posted: Sun Jul 01, 2007 11:35 am
by Jumbo
thanks

i got another problem again -_-"
the normal users' ip are unmasked however

when i set the ops' ip to be masked
it masked with random but not this
hosts {
local "staff.x.net";
global "staff.x.net";
coadmin "staff.x.net";
admin "staff.x.net";
servicesadmin "staff.x.net";
netadmin "staff.x.net";
host-on-oper-up "yes";
};

Posted: Sun Jul 01, 2007 11:39 am
by Jobe
They also need the "get_host" ("H") flag in the oper block flags.