Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: hussain on August 06, 2006, 11:40:46 PM

Title: /nickserv not working...
Post by: hussain on August 06, 2006, 11:40:46 PM
HI folks,
Well my unreal and anope working fine but /nickserv command doesnt work, where /msg nickserv works perfect.

i have already set the services-server

set {
services-server "services.mydomain.net";
};

but it still dont work.
kindly help me out
Title:
Post by: Jobe on August 07, 2006, 12:02:18 AM
Try having a look at the set blocks where it names your services server and make sure that is also correct.

If that is correct then it's possible there arnt any command alias blocks.

[Edited on 6-8-2006 by Jobe1986]
Title:
Post by: TinMan on August 07, 2006, 04:13:15 PM
Quote
Originally posted by hussain
HI folks,
Well my unreal and anope working fine but /nickserv command doesnt work, where /msg nickserv works perfect.

i have already set the services-server

set {
services-server "services.mydomain.net";
};

but it still dont work.
kindly help me out


Hi.

You can get /nickserv and /ns etc working by adding the following line to your UnrealIRCd configuration file.
(Usually named unrealircd.conf)

Quote

include/aliases/anope.conf


If that doesn't work then you can try looking at the UnrealIRCd Support Site.

Good luck,
TinMan :)
Title:
Post by: Jobe on August 07, 2006, 05:31:34 PM
Ok sorry if my previous post made no sense. I was half asleep at the time.

Anyway have a look in your unrealircd.conf file for the following parameter and make sure it has the same value as the ServerName parameter in your services.conf file:
Quote
set {
   services-server    "services.yournet.com";
};


And also do as TinMan said to make sure you have included the /nickserv and /ns aliases.
Title:
Post by: Charles Kingsley on August 08, 2006, 08:48:55 AM
include aliases/anope.conf;

Is the actual line.
Title:
Post by: Jobe on August 08, 2006, 03:42:27 PM
See now i should have spotted that.

Doh!