View Issue Details

IDProjectCategoryView StatusLast Update
0002969unrealircdpublic2006-06-13 05:17
Reporteravenger Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.4 
Summary0002969: Channel modes +qa differs from WebTV or normal IRC
Descriptionmodules/m_whois.c ~:253 reads:
if (access & CHFL_CHANOWNER)
    *(buf + len++) = '~';
else if (access & CHFL_CHANPROT)
    *(buf + len++) = '&';

webtv.c ~:305 reads:
if (access & CHFL_CHANOWNER)
    *(buf + len++) = '*';
else if (access & CHFL_CHANPROT)
    *(buf + len++) = '^';
Steps To ReproduceTry a /whois being a WebTV user or a normal user.
Additional Informationm_whois.c ~:225 reads:
/* Hey, if you are editting here... don't forget to change the webtv w_whois ;p. */

:)
3rd party modules

Activities

avenger

2006-06-12 18:30

reporter   ~0011948

Disregard this issue. It was false-positive, sorry.

Issue History

Date Modified Username Field Change
2006-06-12 18:20 avenger New Issue
2006-06-12 18:30 avenger Note Added: 0011948
2006-06-13 05:17 syzop Status new => closed
2006-06-13 05:17 syzop Resolution open => no change required