Anope IRC Services

International Support => French => Topic started by: c-cris on January 15, 2022, 10:38:54 AM

Title: [RESOLVED] Unreal 6 & Anope-2.0.10 : mode.REMOTE_UNKNOWN_CHANNEL_MODE [warn]
Post by: c-cris on January 15, 2022, 10:38:54 AM
Bonjour à tous,

J'ai basculé sur la version 6.** de UnrealIRCD et ajouté dans ma configuration :

Quote
blacklist-module chanmodes/halfop;
blacklist-module chanmodes/chanadmin;
blacklist-module chanmodes/chanowner;

Pour avoir que le mode +o et +v ce qui semble fonctionner.

Mais j'ai le message suivant :
Quote
mode.REMOTE_UNKNOWN_CHANNEL_MODE [warn] Server services.reseau.hu sent us an unknown channel mode +q!
Me semble avoir un petit conflit avec Anope mais je sais pas trop quoi changer pour cela.

Une petite idée ?

Merci d'avance.
Title: Re: Unreal 6 & Anope-2.0.10 : mode.REMOTE_UNKNOWN_CHANNEL_MODE [warn]
Post by: Lord255 on January 15, 2022, 10:56:46 AM
will be fixed in the next stable. you can use the git version if you would like.

------
related git commit:
https://github.com/anope/anope/commit/9b0c7929d9fcb158420d1333369bf20e52981f09


for now:
you can remove the snomask which gives you the warn.

Title: Re: Unreal 6 & Anope-2.0.10 : mode.REMOTE_UNKNOWN_CHANNEL_MODE [warn]
Post by: c-cris on January 15, 2022, 11:03:52 AM
Merci beaucoup pour la réponse :)