View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003431 | unreal | ircd | public | 2007-07-09 01:29 | 2007-07-09 15:39 |
| Reporter | Bock | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.7-RC1 | ||||
| Summary | 0003431: 0003027: -l <param> is sent on SJ3 merging modes | ||||
| Description | http://bugs.unrealircd.org/view.php?id=3027 and testing unreal for this, Grunt say what it sends +l number anyway. grep m_sjoin.c: in one place is correct: /* however, is this really going to happen at all? may be unneeded */ if (oldmode.limit && !chptr->mode.limit) { Addsingle('l'); } follow the test find: /* first we check if it has been set, we did unset longer up */ if (!oldmode.limit && chptr->mode.limit) { Addit('l', (char *)my_itoa(chptr->mode.limit)); } Maybe needed to change in this place too? | ||||
| 3rd party modules | |||||