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:
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user