View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003027 | unreal | ircd | public | 2006-08-19 09:35 | 2012-12-26 20:11 |
| Reporter | Trocotronic | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | AMD K6 32bits | OS | Windows XP Professional | OS Version | SP2 |
| Product Version | 3.2.6 | ||||
| Fixed in Version | 3.4-alpha1 | ||||
| Summary | 0003027: -l <param> is sent on SJ3 merging modes | ||||
| Description | if (oldmode.limit && !chptr->mode.limit) { Addit('l', (char *)my_itoa(oldmode.limit)); } it should be if (oldmode.limit && !chptr->mode.limit) { Addsingle('l'); } I think is not necessary since on a merge -l, -k and etc are not applied. Maybe all this part could be removed. | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-08-19 09:35 | Trocotronic | New Issue | |
| 2007-04-27 02:40 |
|
Note Added: 0013758 | |
| 2007-04-27 02:40 |
|
Status | new => feedback |
| 2007-06-11 15:55 |
|
Status | feedback => resolved |
| 2007-06-11 15:55 |
|
Fixed in Version | => 3.3-alpha0 |
| 2007-06-11 15:55 |
|
Resolution | open => fixed |
| 2007-06-11 15:55 |
|
Assigned To | => stskeeps |
| 2007-06-11 15:55 |
|
Note Added: 0014320 | |
| 2012-12-26 20:11 |
|
Note Added: 0017283 | |
| 2012-12-26 20:11 |
|
Assigned To | stskeeps => |
| 2012-12-26 20:11 |
|
Fixed in Version | 3.3-alpha0 => 3.4-alpha1 |