Page 1 of 1
Services Problem
Posted: Sun Sep 10, 2006 10:26 am
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?
Posted: Sun Sep 10, 2006 10:48 am
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
Posted: Mon Sep 11, 2006 6:08 am
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.
Posted: Mon Sep 11, 2006 10:21 am
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.
Posted: Mon Sep 11, 2006 10:51 am
by Bakes
Services.StalkZone.com
is what i see
Services
Posted: Mon Oct 02, 2006 4:34 pm
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.

Posted: Sun Oct 08, 2006 3:34 am
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
