Search found 8 matches

by kur1j
Sat May 08, 2004 4:22 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

Is there any way to get chanserv to sit in the channel? I know it might be stupid but i just think its cool :P.
by kur1j
Sat May 08, 2004 4:11 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

OMG :shock:
That's a long Message...


It's not THAT hard...
Just RTFM...

Change it to something like this:
unrealircd.conf
// WTF is that?
// I'm not sure what exactly you are doing here... Change it to de default!
listen *:6665-6669 {
options {
ssl;
clientsonly;
};
};

listen *:8067;
listen ...
by kur1j
Sat May 08, 2004 3:46 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

With the "link irc.zero-day.com" line you are defining a link block to your server itself. (Why?) If you want to make a connection between Services and UnrealIRCd, then configure the latter to enable Services to connect to your server. I mean, a link block with (for example) "services.zero-day.com ...
by kur1j
Sat May 08, 2004 2:33 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

link irc.zero-day.com
{
username *;
hostname 127.0.0.1; <====
bind-ip *;
port 6667;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
};

ulines {
irc.zero-day.com; <=====
// services.roxnet.org;
// stats.roxnet.org;
};

<===== indicate the lines you should ...
by kur1j
Fri May 07, 2004 8:11 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

maybe i am missing some files? What files should i move from this services dir to my Unreal3.2 ircd dir?
by kur1j
Fri May 07, 2004 7:57 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

if you did the include "aliases/anope.conf";
you should be able to do /ns hjh and get a notice from nickserv saying its an invalid command. Otherwise do /msg nickserv help and it should notice the help to you. Also I would have named it "services.zero-day.com" but thats up to you.


usually if you ...
by kur1j
Fri May 07, 2004 7:31 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

you have " hostname loclhost; " which Im assuming is meant to be localhost ;) fix that mistake, and if it doesnt work, try using 127.0.0.1

edit: also, for the servername directive in services.conf, it means the name of services, such as services.example.tld, not the server it is connecting to. You ...
by kur1j
Fri May 07, 2004 6:31 pm
Forum: Services
Topic: anope
Replies: 15
Views: 34344

anope

I have been working on this for over 3 hours or more and i still hanvt figure out. I am sure its something really simple im just over looking.

I am having trouble with anope not linking to my unreal3.2 ircd.
unrealircd.conf

link irc.zero-day.com
{
username *;
hostname loclhost;
bind-ip *;
port ...