src/messages: Fix reply for STATS o
It previously replied as STATS O. A purely cosmetic fix.
This commit is contained in:
parent
b68f994db0
commit
be2a7a772c
|
@ -263,7 +263,7 @@ static const char * replies[] = {
|
|||
/* 240 */ NULL,
|
||||
/* 241 RPL_STATSLLINE, */ "L %s * %s 0 -1",
|
||||
/* 242 RPL_STATSUPTIME,*/ ":Server Up %d days, %d:%02d:%02d",
|
||||
/* 243 RPL_STATSOLINE, */ "O %s@%s * %s %s %s",
|
||||
/* 243 RPL_STATSOLINE, */ "o %s@%s * %s %s %s",
|
||||
/* 244 RPL_STATSHLINE, */ "H %s * %s 0 -1",
|
||||
/* 245 RPL_STATSSLINE, */ NULL,
|
||||
/* 246 */ NULL,
|
||||
|
|
Loading…
Reference in New Issue