Page 1 of 1
Services ALias Problem
Posted: Thu Apr 08, 2004 1:17 am
by jpmk12
Im using cygus services right now cuz there the only one i can get to run on my windows comp. I am no noobie to ircd and everything. I have include "aliases/cygnus.conf"; in my config file and that file does exist. I set the services to recogize this and it still does not work. I type /nick and the services tell me to type /nickserv Anyone know whats wrong?
Posted: Thu Apr 08, 2004 2:04 am
by codemastr
Uhh? What? If you type /nick it should change your nickname, it should not tell you to type /nickserv.
Posted: Thu Apr 08, 2004 8:46 am
by AngryWolf
These alias commands take use of the value of set::services-server to make themselves secure. You have to specify a correct value for this directive, otherwise you'll get nothing back with the commands.
Ok...
Posted: Fri Apr 09, 2004 4:03 am
by jpmk12
I meant /nickserv and it still says do /nickserv even though i did do it. Ok, with the set::services-server where exactly do i put it, in the main file or alias file and it should be set::myserver.place.net right? Do i need to mod anything else? Thanks for all your help...
Posted: Fri Apr 09, 2004 1:32 pm
by aquanight
Put in main:
Code: Select all
set {
services-server "services.somewhere.net";
};
IIRC, this directive is required by Unreal, so you should already have something like this in your network set {} block. If you just copied example.conf, look for service-server in one of the two set blocks and change it.
Problem resolved
Posted: Fri Apr 09, 2004 1:48 pm
by jpmk12
Thanks,
Everything is working fine now.
