View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002383 | unreal | ircd | public | 2005-03-04 00:28 | 2005-03-04 12:44 |
Reporter | trystanscott | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | i686 | OS | Redhat Linux | OS Version | 7.3 |
Product Version | 3.2.3 | ||||
Fixed in Version | 3.2.3 | ||||
Summary | 0002383: Invite with no parameters prints garbage | ||||
Description | /INVITE with no parameters does not properly lists the channels that user is invited to (but have not yet joined). [21:34] * Trystan ([email protected]) invites you to join #ircops - #ircops ˆ™#HŸ#(€# End of /INVITE list. In m_invite sendto_one(sptr, rpl_str(RPL_INVITELIST), me.name, sptr->name, inv->value.chptr->chname); RPL_INVITELIST */ ":%s 336 %s %s :%s", Not that great with the Unreal code but it looks likes an extra %s in there, or a missing variable. | ||||
Steps To Reproduce | 1. Invite yourself to a channel but do not join 2. /invite with no parameters | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-03-04 00:28 | trystanscott | New Issue | |
2005-03-04 12:44 |
|
Status | new => resolved |
2005-03-04 12:44 |
|
Fixed in Version | => 3.2.3 |
2005-03-04 12:44 |
|
Resolution | open => fixed |
2005-03-04 12:44 |
|
Assigned To | => codemastr |
2005-03-04 12:44 |
|
Note Added: 0009399 |