how to remove this?

These are old archives. They are kept for historic purposes only.
Post Reply
Jumbo
Posts: 18
Joined: Sat Jun 30, 2007 9:02 am

how to remove this?

Post 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]
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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
Jumbo
Posts: 18
Joined: Sat Jun 30, 2007 9:02 am

Post 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?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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
Jumbo
Posts: 18
Joined: Sat Jun 30, 2007 9:02 am

Post 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";
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

They also need the "get_host" ("H") flag in the oper block flags.
Post Reply