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
Guide how to / Help
Re: Guide how to / Help
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... ...in the Unreal3.2 directory for an idea of what files to touch.
However, editing these files may prevent you from receiving support.
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}However, editing these files may prevent you from receiving support.
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson