mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-29 22:42:24 +01:00
Fixed a bug with /invite with no parameters (accidentily broken when +I was added)
This commit is contained in:
parent
28efcdc65a
commit
137d136233
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue