[IRCServices] Short question (add)

Ben Goldstein beng at nc.rr.com
Tue Nov 6 00:46:00 PST 2001


send_cmd(ServerName, "433 %s :%s Nickname is registered to someone else.",
u->nick, ni->nick);

Should be sent whenever there are 20 seconds left until the nick is
enforced, or the last warning the user gets before the enforce.   (u->nick
and ni->nick should always be the same)


-- Ben Goldstein


----- Original Message -----
From: "Andrew Church" <achurch at achurch.org>
To: <ircservices at ircservices.za.net>
Sent: Monday, November 05, 2001 8:32 AM
Subject: Re: [IRCServices] Short question (add)


> >The purpose of this is so scripts/clients/bots can detect
> >if they are using someone else's nick without
> >a) having to automatically reply to a notice (breaks irc rfc)
> >b) changing the script for different langs/messages/services
>
>      What's the exact format of the message, and when is it sent?
>
>   --Andrew Church
>     achurch at achurch.org
>     http://achurch.org/
>
> >---------- Forwarded message ----------
> >Date: Sun, 4 Nov 2001 07:22:21 -0600 (CST)
> >From: Finny <griever at t2n.org>
> >Reply-To: ircservices at ircservices.za.net
> >To: ircservices at ircservices.za.net
> >Subject: [IRCServices] Short question
> >
> >Does/will ircservices 5 support the "nickname registered to someone else"
> >numeric that dalnet uses? some scripts use it.