Page 1 of 1

Guide how to / Help

Posted: Mon May 03, 2010 9:38 am
by TiRoNci
how to add a difrent hostname

there is example

hosts {
local "Locop.myhost.CoM";
global "Oper.myhost.CoM";
coadmin "CoAdmin.mythost.CoM";
admin "ServOp.myhost.CoM";
servicesadmin "CSOps.myhost.CoM";
netadmin "NetAdmin.myhost.CoM";
host-on-oper-up "yes";
};

i need to add a rootadmin "RootAdmin.myhost.CoM"; by usin mode Y to provide this host

but i do know i have to tuch samwhere in source files
can u guys tell me where and what file to tuch


regards

Re: Guide how to / Help

Posted: Mon Jul 12, 2010 12:44 pm
by warg
I'm not sure of the purpose in this, but...

You could just give them a vhost: http://www.vulnscan.org/UnrealIrcd/unre ... vhostblock.

If you really want to touch the sources, then...

Code: Select all

grep -R 'servicesadmin' {src/,include}
...in the Unreal3.2 directory for an idea of what files to touch.

However, editing these files may prevent you from receiving support.