Problem with aleases on UNREALircd 4.2.4

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

problems with aleases.

I can't configure the aleases: / ns, / cs, / bs, Hs, etc on unrealircd 4.2.4.

in unrealrircd file.conf there is the link,

includes "aliases / anope.conf"

but it does not work.

I tried to follow some guide and to insert some strings that recall alaleases, but nothing, and in most cases the way of writing unrealircd 3 ...
it is different from 4.2.4.
quacuno can describe me in very very simple and detailed how to configure / ns, / nc etc ...
I apologize if I'm not an expert like you.
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by DonTCry »

it should be:
include "aliases/anope.conf";
do not leave spaces

rehash your ircd and it should work
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

I already did,
includes "alias / anope.conf"

without spaces;

unnecessary. do you know how else to solve?
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by CrazyCat »

Suratka wrote: Sat Nov 16, 2019 4:29 pm I already did,
includes "alias / anope.conf"
include, whitout "s". And aliases, not "alias"

Code: Select all

include "aliases/anope.conf";
And think to rehash.
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

yes, I wrote it wrong here,
in my conf it is well written.
IT DOES NOT WORK
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by CrazyCat »

Is there anything in ircd.log ?
Can you paste here the result of the following irc command:

Code: Select all

/quote ns help
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

in command /quote ns hep
I get this answer
Server: ns help
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by CrazyCat »

You'd better copy & paste what you have in your client, I need the exact "discussion" to help you
When I try a bad alias in my weechat:

Code: Select all

/quote ns1 help
16:38:58  ns1: Unknown command
/quote ns help
16:40:27   NickServ ([email protected]): NickServ vous permet d'enregistrer un pseudo et d'empêcher les
16:40:27   NickServ ([email protected]): autres de l'utiliser. Les commandes suivantes permettent
...
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

Code: Select all

[22:16] -> /quote ns help
[22:23] -> Server: ns help
here's what happens when I type: /quote ns help
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by CrazyCat »

It's weird if you have no error neither real answer. And 7 minutes between the /msg and the reply ???

Can you give me the address of your irc server to let me try the command ?
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

the answer is immediate. yes, there is no problem, here is the address:
cobrakt.root.sx: 6667
ssl 6697
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by CrazyCat »

I tried, and yes, services don't respond to "/ns" commands.
I think you have to check anope conf/services.conf : status of usestrictprivmsg <-- comment or set to "no"
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

Code: Select all

 * If set, will force Services to only respond to PRIVMSGs addresses to
	 * Nick@ServerName - e.g. [email protected]. This should be used in
	 * conjunction with IRCd aliases. This directive is optional.
	 *
	 * This option will have no effect on some IRCds, such as TS6 IRCds.
	 */
	#usestrictprivmsg = yes


as you can see it is already commented.

This line has been found hot in anope.conf
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

if I try to uncomment it and set it to "No"?
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

Re: Problem with aleases on UNREALircd 4.2.4

Post by Suratka »

ops,
forget it.

I tried it, but it doesn't work.
I believe there is no remedy.

It can hit something with the fact that services are called "services.ssn.noi"
and the bots: "nickserv, chanserv, memoserv, ....."
have as host: @ services.host "???
Locked