Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Protocol module for my ircd server, set umode -r after splits.  (Read 3384 times)

0 Members and 1 Guest are viewing this topic.

Xam

  • Anope User
  • Offline Offline
  • Posts: 4
Protocol module for my ircd server, set umode -r after splits.
« 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?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Protocol module for my ircd server, set umode -r after splits.
« Reply #1 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...
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Xam

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Protocol module for my ircd server, set umode -r after splits.
« Reply #2 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... :)
« Last Edit: February 01, 2010, 11:34:04 PM by Xam »
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Protocol module for my ircd server, set umode -r after splits.
« Reply #3 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)
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Protocol module for my ircd server, set umode -r after splits.
« Reply #4 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..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)
Pages: [1]   Go Up