1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 02:43:12 +02:00

- Implemented #0002990, changing 432 into: %s 432 %s %s :%s,

This commit is contained in:
stskeeps
2007-04-24 11:21:15 +00:00
parent b6879d2b63
commit 8481b9da1d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1612,3 +1612,4 @@ MOTDs
- #0002685 reported by w00t, patched by WolfSage, regarding useless if () in m_help.c
- #0003232 reported by vonitsanet patched by djGrr, regarding /map is not shown u:lined servers to local opers and /links does.
- #0003272 patched by w00t, regarding remove restrictions on NOTICE/PRIVMSG $* for opers.
- Implemented #0002990, changing 432 into: /* 432 ERR_ERRONEUSNICKNAME */ ":%s 432 %s %s :%s",
+1 -1
View File
@@ -480,7 +480,7 @@ static char *replies[] = {
#endif
/* 430 */ NULL, /* austhex */
/* 431 ERR_NONICKNAMEGIVEN */ ":%s 431 %s :No nickname given",
/* 432 ERR_ERRONEUSNICKNAME */ ":%s 432 %s %s :Erroneous Nickname: %s",
/* 432 ERR_ERRONEUSNICKNAME */ ":%s 432 %s %s :%s",
/* 433 ERR_NICKNAMEINUSE */ ":%s 433 %s %s :Nickname is already in use.",
/* 434 ERR_NORULES */ ":%s 434 %s :RULES File is missing",
/* 435 */ NULL, /* bahamut */