Guide how to / Help

These are old archives. They are kept for historic purposes only.
Post Reply
TiRoNci
Posts: 1
Joined: Mon May 03, 2010 9:31 am

Guide how to / Help

Post 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
warg
Posts: 63
Joined: Mon Jul 12, 2010 8:12 am

Re: Guide how to / Help

Post 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.
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson
Post Reply