Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: ErZo on October 01, 2006, 01:39:21 PM

Title: "/msg nickserv" is not supported! *NIX+Unreal3.2+Anope1.7.15
Post by: ErZo on October 01, 2006, 01:39:21 PM
Hello. I've done some researching into my little problem, but without luck. I am now going to ask you for help regarding this matter.

The problem:
Services launches fine, get's connected, syncs. When using "/msg nickserv <command>" We get an message from ANOPE (note, not unrealircd.) saying that says:
("/msg nickserv" is no longer supported.  Use "/msg nickserv@services.phractured.net" or "/nickserv" instead. )

The thing is, I thought it was some kind of configuration error, I made. Like, not including /aliases/anope.conf in the unrealircd.conf file, or not setting my services-server services.phractured.net; or something.
which it apparently, isn't wrong.

I've included /aliases/anope.conf, I've set { services-server services.phractured.net; }; and for all I know, I've say my Anope Services up correctly..

Does anyone have information about this? I've done extensive searching here, in the Anope forums, the UnrealIRCd forums, and random googleing.
Title:
Post by: Jobe on October 01, 2006, 01:51:10 PM
If you've set up your aliases correctly then the /nickserv and /ns aliases should work instead of /msg NickServ otherwise youll have to use "/msg NickServ@services.phractured.net" instead. The alternative is you comment out UseStrictPrivMsg in your services.conf file and restart Anope.
Title:
Post by: Dave Robson on October 01, 2006, 02:17:38 PM
Anope now has an optional configureation setting called "UseStrictPrivMsg" when enabled (as you've clearly set it to) anope will not accept /msg nickserv bleh style messages.  

If you cant get your ircds aliases to work, then disable the anope option.
Title:
Post by: ErZo on October 01, 2006, 04:05:40 PM
Ah, so that's what is nutty! I'll see if I got UseStrictPrivMsg enabled. The thing is, it must be. Since the aliases works fine, /ns /nickserv. It's just that my client doesn't recognize that. so, I have to /msg nickserv in order to issue commands.

Thanks for the fast responses, peeps :)
I'm very grateful.
Title:
Post by: ErZo on October 01, 2006, 08:48:45 PM
That was it, it was UseStrictPrivMsg. Thanks alot guys :-)
Title:
Post by: katsklaw on October 01, 2006, 09:12:57 PM
most all clients support the /quote or /raw command to send commands past the client to the server. For example: /quote ns identify blah would send the comannd NS straight to the server instead of the client bailing because it's an unknown command.

If you client supports scripts of any kind it would be advisable to create a script to pass these commands to the server instead of sacrificing the security that's created by UseStrictPrivMsg.