diff --git a/Changes b/Changes index 036ba77f4..cd4c8b484 100644 --- a/Changes +++ b/Changes @@ -40,4 +40,5 @@ - Fixed a bug where you would receive a double notice when someone does a /who 0 o - Added first part of the new config parser, s_conf2.c - Added the next part of the new config parser, and some even more +- Fixed a missing : on numeric 379 found by script0r - Added some a bit functional _conf_class code diff --git a/src/s_err.c b/src/s_err.c index 6bdfd5459..02c6e33b6 100644 --- a/src/s_err.c +++ b/src/s_err.c @@ -416,7 +416,7 @@ static char *replies[] = { /* 376 RPL_ENDOFMOTD */ ":%s 376 %s :End of /MOTD command.", /* 377 */ NULL, /* 378 RPL_WHOISHOST */ ":%s 378 %s %s :is connecting from *@%s", -/* 379 RPL_WHOISMODES */ ":%s 379 %s %s is using modes %s", +/* 379 RPL_WHOISMODES */ ":%s 379 %s %s :is using modes %s", /* 380 */ NULL, /* 381 RPL_YOUREOPER */ ":%s 381 %s :You are now an IRC Operator", /* 382 RPL_REHASHING */ ":%s 382 %s %s :Rehashing",