Fixed a bug with /invite with no parameters (accidentily broken when +I was added)

This commit is contained in:
codemastr 2005-03-04 17:17:37 +00:00
parent 28efcdc65a
commit 137d136233
2 changed files with 3 additions and 1 deletions

View file

@ -739,3 +739,5 @@
- Renamed version to 3.2.3-pre1, for Thursday. I'll keep the doc version numbers
at 3.2.2-CVS to avoid confusion with the online semi-realtime docs ;).
** internal 3.2.3-pre1 release **
- Fixed a bug with /invite with no parameters (accidentily broken when +I was added)
(#0002383) reported by trystanscott.

View file

@ -373,7 +373,7 @@ static char *replies[] = {
/* 333 RPL_TOPICWHOTIME */ ":%s 333 %s %s %s %lu",
/* 334 RPL_LISTSYNTAX */ ":%s 334 %s :%s",
/* 335 RPL_WHOISBOT */ ":%s 335 %s %s :is a \2Bot\2 on %s",
/* 336 RPL_INVITELIST */ ":%s 336 %s %s :%s",
/* 336 RPL_INVITELIST */ ":%s 336 %s :%s",
/* 337 RPL_ENDOFINVITELIST */ ":%s 337 %s :End of /INVITE list.",
/* 338 */ NULL, /* ircu, bahamut */
/* 339 */ NULL, /* Used */