Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Need a little push in the right direction  (Read 7105 times)

0 Members and 1 Guest are viewing this topic.

chaokusc

  • Guest
Need a little push in the right direction
« 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)
Logged

SkaterStuff

  • Guest
(No subject)
« Reply #1 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]
Logged

chaokusc

  • Guest
(No subject)
« Reply #2 on: February 12, 2006, 04:14:56 AM »

Yes, took me a while to get this right, all working now... thanks
Logged

SkaterStuff

  • Guest
(No subject)
« Reply #3 on: February 13, 2006, 05:42:10 PM »

Any time :)
Logged
Pages: [1]   Go Up