Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: sprin on July 04, 2014, 11:39:06 PM

Title: /msg NickServ" is no longer supported.
Post by: sprin on July 04, 2014, 11:39:06 PM
Many problems in the anope 2.0
I can't use /ns or /nickserv or /msg nickserv I have to use /msg nickserv@irc.****.net
Also this:
(http://puu.sh/9X5Rv/aa7547eeb3.png)
Why I can't make normal password!!
Title: Re: /msg NickServ" is no longer supported.
Post by: Adam on July 04, 2014, 11:48:30 PM
Disable 'usestrictprivmsg' as it is in the default example.conf
Title: Re: /msg NickServ" is no longer supported.
Post by: sprin on July 04, 2014, 11:51:45 PM
Disable 'usestrictprivmsg' as it is in the default example.conf
With that I can use /msg nickserv ...
but I still can't use /ns
Title: Re: /msg NickServ" is no longer supported.
Post by: Adam on July 04, 2014, 11:58:20 PM
That's because your ircd side aliases are not configured correctly and/or the services's server name is misconfigured.
Title: Re: /msg NickServ" is no longer supported.
Post by: sprin on July 04, 2014, 11:59:42 PM
That's because your ircd side aliases are not configured correctly and/or the services's server name is misconfigured.
aliases are not configured! I don't know why I don't have aliases config file also I don't see them on services.conf! this should be intalled with anope on default I guess
Title: Re: /msg NickServ" is no longer supported.
Post by: Adam on July 05, 2014, 12:01:22 AM
The aliases have literally nothing to do with Anope. Did you not read what I said? It's an IRCd command. How could /ns etc be a command ON services? Configure your IRCd correctly.
Title: Re: /msg NickServ" is no longer supported.
Post by: wilco on July 05, 2014, 12:02:05 AM
include "aliases/anope.conf";

if you are using unrealircd
Title: Re: /msg NickServ" is no longer supported.
Post by: sprin on July 05, 2014, 12:03:55 AM
The aliases have literally nothing to do with Anope. Did you not read what I said? It's an IRCd command. How could /ns etc be a command ON services? Configure your IRCd correctly.
Oh ok!
anyway I found the aliases folder and files of Unrealircd! but how can I configure them? I didn't change anything
Title: Re: /msg NickServ" is no longer supported.
Post by: wilco on July 05, 2014, 12:04:47 AM
also use make sure to use:


   services-server       "services.blah.com";

in set block of unrealircd conf again if you are running unrealircd
Title: Re: /msg NickServ" is no longer supported.
Post by: sprin on July 05, 2014, 12:10:27 AM
include "aliases/anope.conf";

if you are using unrealircd
I added it and still nothing! I still need to use /msg nickserv ...

also use make sure to use:


   services-server       "services.blah.com";

in set block of unrealircd conf again if you are running unrealircd

already there
Title: Re: /msg NickServ" is no longer supported.
Post by: Taylor on July 05, 2014, 12:26:09 AM
That's a question for your IRCD support, NOT Anope
Title: Re: /msg NickServ" is no longer supported.
Post by: sprin on July 05, 2014, 12:31:22 AM
That's a question for your IRCD support, NOT Anope
I asked here because I thought aliases are from services! Sorry
Title: Re: /msg NickServ" is no longer supported.
Post by: John on July 05, 2014, 03:17:02 PM
I asked here because I thought aliases are from services! Sorry

Yeah, some IRCd, like Unreal, you have to declare the aliases.

For example:
Code: [Select]
alias nickserv { type services; };
alias ns { target NickServ; type services; };

These two would cover /ns and /nickserv, but for /msg nickserv that IS an anope command. Usually it's fine, as default, but I am unsure about 2.0 (as I still use 1.8.6).