Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: chaokusc on February 11, 2006, 07:30:47 PM

Title: Need a little push in the right direction
Post by: chaokusc on February 11, 2006, 07:30:47 PM
I have installed my ircd (Unreal3.2.4) and have everything set up in unrealircd.conf except for the services, and i have anope installed but having a little trouble with editing the services.conf and unrealircd.conf to link both services together.

Does anyone know where in the docs i can get a little information to get this right ?

Thank You

(not asking for help, just a little push in the right direction... ect where in the docs to look)
Title:
Post by: SkaterStuff on February 12, 2006, 03:54:55 AM
did you set your ulines

and here is the code to link services on unreal



Quote

link hub.mynet.com {
   username *;
   hostname 1.2.3.4;
   bind-ip *;
   port 7029;
   hub *;
   password-connect "LiNk";
   password-receive "LiNk";
   class servers;
   options {
      autoconnect;
      ssl;
      zip;
   };
};


[Edited on 12-2-2006 by SkaterStuff]
Title:
Post by: chaokusc on February 12, 2006, 04:14:56 AM
Yes, took me a while to get this right, all working now... thanks
Title:
Post by: SkaterStuff on February 13, 2006, 05:42:10 PM
Any time :)