Page 1 of 1

Linking Anope and Unreal

Posted: Tue Apr 10, 2012 6:53 pm
by Chief

Code: Select all

 Link denied for services.IPHERE.net(unknown@HERE) (No link block named 'services.HERE.net') [@HERE.38070]
I've googled this thing like crazy. Anyone know what's happening?

Code: Select all

link services.HERE.net
{
 *    username    unknown;
 *    hostname   IPHERE;
 *    bind-ip        *;
 *    port        6667;
 *    hub *;
 *    password-connect "services";
 *    password-receive "services";
 *    class       servers;
 *    options {
 *        (options here*);
         autoconnect;

 *    };

Re: Linking Anope and Unreal

Posted: Wed Apr 11, 2012 7:08 am
by Jobe
Given the incorrect inclusion of *'s in front of a few of those lines im inclined to believe the link block is between a /* and a */ which means, as the example.conf documentation clearly states, means the block is ENTIRELY commented out.

What's even more interesting is that despite a warning also included in example.conf you have still left autoconnect; in place despite it being incompatible with most services packages.