Services Problem

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Bakes
Posts: 3
Joined: Sun Sep 10, 2006 3:35 am

Services Problem

Post by Bakes »

When i go to Register or someting, it says its down */nickserv*
But when i use */Msg Nickserv* it works perfectly
any help?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

This would be an IRCd configuration issue. If you get the message:
Services are currently down. Please try again later.
and are still able to use "/msg NickServ" then it means you havnt set the following properly:

Code: Select all

set {
services-server 	"services.yourdnet.com";
};
Replace "services.yourdnet.com" with the name of your services server as it appears in /map and /links
Bakes
Posts: 3
Joined: Sun Sep 10, 2006 3:35 am

Post by Bakes »

/* Network configuration */
set {
network-name "StalkZone";
default-server "irc.StalkZone.com";
services-server "Services.StalkZone.com";
stats-server "Stats.StalkZone.com";
help-channel "#help";
hiddenhost-prefix "SZ";
/* prefix-quit "no"; */
etc....
its set up properly. would you care to add me on msn, aim, or skype?
MSN: [email protected]
Aim: Blake154754
Skype: Lord.Blake
Or go to irc.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Just a suggestion. Compare "Services.StalkZone.com" to what you get listed for either /map or /links. I have sometimes seen occasions where the services server name was all in lowercase and everywhere else it was in mixed case which for some odd reason caused it to think of them as 2 different names.
Bakes
Posts: 3
Joined: Sun Sep 10, 2006 3:35 am

Post by Bakes »

Services.StalkZone.com
is what i see
SlitherX

Services

Post by SlitherX »

When i go to Register or someting, it says its down */nickserv*
But when i use */Msg Nickserv* it works perfectly
If /msg Nickserv works then the services aren't down.

If it says "nickserv unknown command" that's an alias problem, and you need to put include "aliases/anope.conf" below your loadmodule cloaks. Then rehash and try /nickserv.

Hope this helps. :)
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

u can use /debug -p @debug on mirc to see if u get a " unknown command " error when trying /nickserv.. if u do then refer to the post above, else paste what u get :)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Locked