Re: Anope:
Posted: Thu Mar 03, 2011 7:58 pm
Nope, it is on the localhost computer
Code: Select all
link Services.callumlord.co.uk
{
username *;
hostname IP;
bind-ip *;
port 6667;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
zip;
};
};
link Apple.callumlord.co.uk
{
username *;
hostname IP;
bind-ip *;
port 6667;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
zip;
};
};Code: Select all
link services.callumlord.co.uk
{
username *;
hostname IPaddress;
bind-ip *;
port 6667;
hub *;
password-connect "YourPassword";
password-receive "YourPassword";
class servers;
};
Code: Select all
ulines {
services.callumlord.co.uk;
stats.callumlord.co.uk;
};
Code: Select all
set {
network-name "CALLUM";
default-server "irc.callumlord.co.uk";
services-server "services.callumlord.co.uk";
stats-server "stats.callumlord.co.uk";
help-channel "#Help";
auto-join "#Main";
hiddenhost-prefix "callum";
cloak-keys {
"aoAr1HnR6gl3asjeYdhe77x4YwpW";
"EUkdnn77DnnekDdRjdE8JD13rt0";
"DHekem763DmekskeDHmmddk";
};
/* on-oper host */
hosts {
local "locop.callumlord.co.uk";
global "ircop.callumlord.co.uk";
coadmin "coadmin.callumlord.co.uk";
admin "admin.callumlord.co.uk";
servicesadmin "csops.callumlord.co.uk";
netadmin "netadmin.callumlord.co.uk";
host-on-oper-up "no";
};
};
Code: Select all
uplink
{
host = "127.0.0.1"
port = 7070
password = "YourPassword"
}
serverinfo
{
name = "services.callumlord.co.uk"
description = "IRC Server"
type = "unreal32" <-------------------------------------------------------------(that's assuming you have unrealircd installed)
ident = "services"
hostname = "callumlord.co.uk"
pid = "services.pid"
motd = "services.motd"
}
Code: Select all
networkname = "CALLUM"