[IRC-DEV] Nicks en uso y registrados
Julio González Gil
Obi-Wan at terra.es
Fri Aug 23 15:56:03 CEST 2002
> Numeric Replies:
>
> ERR_NONICKNAMEGIVEN ERR_ERRONEUSNICKNAME
> ERR_NICKNAMEINUSE ERR_NICKCOLLISION
Er...
/* 431 */
{ERR_NONICKNAMEGIVEN, ":No nickname given"},
/* 432 */
{ERR_INVALIDNICKNAME, "%s :Invalid Nickname"},
/* 433 */
#ifdef BDD
{ERR_NICKNAMEINUSE, "%s :Nickname is already in use or registered "
"(missing or wrong password)"},
#else
{ERR_NICKNAMEINUSE, "%s :Nickname is already in use"},
/* 436 */
{ERR_NICKCOLLISION, "%s :Nickname collision KILL"},
Extraido de s_err.c
No hay ERR_ERRONEUSNICKNAME
Segun el RFC... ¿Esta el ircd rompiendo el protocolo? :?
Un saludo,
Obi-Wan
More information about the IRC-Dev
mailing list