From: William Pitcock Date: Mon, 8 Mar 2010 03:37:23 +0000 (-0600) Subject: Correct 325 (RPL_CHANNELMLOCKIS) numeric. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/c59d46e572d326055ccb5231ff8c4488e8dc3e9b Correct 325 (RPL_CHANNELMLOCKIS) numeric. --- diff --git a/src/messages.tab b/src/messages.tab index e5b432a5..7d6562d1 100644 --- a/src/messages.tab +++ b/src/messages.tab @@ -346,7 +346,7 @@ static const char * replies[] = { /* 322 RPL_LIST, */ ":%s 322 %s %s %d :%s", /* 323 RPL_LISTEND, */ ":%s 323 %s :End of /LIST", /* 324 RPL_CHANNELMODEIS, */ ":%s 324 %s %s %s", -/* 325 RPL_CHANNELMLOCKIS, */ ":%s 325 %s %s :is the current channel mode-lock", +/* 325 RPL_CHANNELMLOCKIS, */ ":%s 325 %s %s %s :is the current channel mode-lock", /* 326 */ NULL, /* 327 */ NULL, /* 328 RPL_CHANNELURL */ NULL,