src/messages: Fix reply for STATS o

It previously replied as STATS O. A purely cosmetic fix.
This commit is contained in:
Sam Dodrill 2013-11-24 12:17:30 -08:00
parent b68f994db0
commit be2a7a772c
1 changed files with 1 additions and 1 deletions

View File

@ -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,