Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Xam on February 01, 2010, 06:17:10 PM

Title: Protocol module for my ircd server, set umode -r after splits.
Post by: Xam on February 01, 2010, 06:17:10 PM
When i restarted services, services removes +r umode from all identified nicknames and change there nick to GuestXXXX...

But with unreal ircd services not removed +r when splits...

Why? Can prompt, in what there can be a reason because of what it can occur that where does not suffice?
Title: Re: Protocol module for my ircd server, set umode -r after splits.
Post by: Jan Milants on February 01, 2010, 09:47:11 PM
if we have to guess things like which ircd and which anope, we can only guess about possible reasons...
Title: Re: Protocol module for my ircd server, set umode -r after splits.
Post by: Xam on February 01, 2010, 10:45:04 PM
:) No, no...
I try to write protocol module for ircd from other sample, which not supported by anope... and interested what need for this...



Sorry, i understand this... problem is in do_nick(const char *source, char *nick, char *username, char *host, char *server, char *realname, time_t ts, uint32 svid, uint32 ip, char *vhost, char *uid)

Sorry... :)
Title: Re: Protocol module for my ircd server, set umode -r after splits.
Post by: Jobe on February 02, 2010, 01:06:38 PM
Have you tried simply uncommenting NSNickTracking yet? (before you go writing your own IRCd module, especially if youre using UnrealIRCd)
Title: Re: Protocol module for my ircd server, set umode -r after splits.
Post by: Jan Milants on February 02, 2010, 01:17:40 PM
anope needs the ircd to support svid or metadata like insp 1.2 to be able to autoid them..