Linking Services Question
Posted: Sat Feb 11, 2006 11:13 pm
I get an error when i try to link my services...
i get these errors from
Does anyone know whats wrong and how i can fix this ?
Code: Select all
error: unrealircd.conf:80: link::hostname is missing
error: unrealircd.conf:80: link::bind-ip is missing
error: unrealircd.conf:80: link::port is missing
error: unrealircd.conf:80: link::password-receive is missing
error: unrealircd.conf:80: link::password-connect is missing
error: unrealircd.conf:80: link::class is missing
unrealircd.conf:82: unknown directive hostname
unrealircd.conf:83: unknown directive bind-ip
unrealircd.conf:84: unknown directive port
unrealircd.conf:85: unknown directive password-connect
unrealircd.conf:86: unknown directive password-receive
error: unrealircd.conf:87: class::pingfreq is missing
error: unrealircd.conf:87: class::maxclients is missing
error: unrealircd.conf:87: class::sendq is missing
error: 10 errors encountered
error: IRCd configuration failed to pass testingCode: Select all
link Services.mysiteedited.com{
username *;
hostname *;
bind-ip *;
port 7029;
password-connect "mypassedited";
password-receive "mypassedited";
class servers;
;}