Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: /msg NickServ" is no longer supported.  (Read 8607 times)

0 Members and 1 Guest are viewing this topic.

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
/msg NickServ" is no longer supported.
« 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:

Why I can't make normal password!!
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: /msg NickServ" is no longer supported.
« Reply #1 on: July 04, 2014, 11:48:30 PM »

Disable 'usestrictprivmsg' as it is in the default example.conf
Logged

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
Re: /msg NickServ" is no longer supported.
« Reply #2 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
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: /msg NickServ" is no longer supported.
« Reply #3 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.
Logged

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
Re: /msg NickServ" is no longer supported.
« Reply #4 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
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: /msg NickServ" is no longer supported.
« Reply #5 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.
Logged

wilco

  • Anope User
  • Offline Offline
  • Posts: 20
Re: /msg NickServ" is no longer supported.
« Reply #6 on: July 05, 2014, 12:02:05 AM »

include "aliases/anope.conf";

if you are using unrealircd
Logged

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
Re: /msg NickServ" is no longer supported.
« Reply #7 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
Logged

wilco

  • Anope User
  • Offline Offline
  • Posts: 20
Re: /msg NickServ" is no longer supported.
« Reply #8 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
Logged

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
Re: /msg NickServ" is no longer supported.
« Reply #9 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
Logged

Taylor

  • Contributor
  • *
  • Offline Offline
  • Posts: 100
Re: /msg NickServ" is no longer supported.
« Reply #10 on: July 05, 2014, 12:26:09 AM »

That's a question for your IRCD support, NOT Anope
Logged
Cronus
irc.cncirc.net
http://CnCIRC.net

sprin

  • Anope User
  • Offline Offline
  • Posts: 13
Re: /msg NickServ" is no longer supported.
« Reply #11 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
Logged

John

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 19
    • IRCSpeed - The Network with a Difference
Re: /msg NickServ" is no longer supported.
« Reply #12 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).
« Last Edit: July 05, 2014, 03:19:01 PM by John »
Logged
Pages: [1]   Go Up