View Issue Details

IDProjectCategoryView StatusLast Update
0003431unrealircdpublic2007-07-09 15:39
ReporterBock Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.7-RC1 
Summary0003431: 0003027: -l <param> is sent on SJ3 merging modes
Descriptionhttp://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

Activities

Bock

2007-07-09 01:31

reporter   ~0014459

Or I'm mistake... Needed to verify..

stskeeps

2007-07-09 15:39

reporter   ~0014465

Not a bug.

Issue History

Date Modified Username Field Change
2007-07-09 01:29 Bock New Issue
2007-07-09 01:31 Bock Note Added: 0014459
2007-07-09 15:39 stskeeps Status new => closed
2007-07-09 15:39 stskeeps Note Added: 0014465
2007-07-09 15:39 stskeeps Resolution open => no change required