View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002969 | unreal | ircd | public | 2006-06-12 18:20 | 2006-06-13 05:17 |
| Reporter | avenger | Assigned To | |||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.4 | ||||
| Summary | 0002969: Channel modes +qa differs from WebTV or normal IRC | ||||
| Description | modules/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 Reproduce | Try a /whois being a WebTV user or a normal user. | ||||
| Additional Information | m_whois.c ~:225 reads: /* Hey, if you are editting here... don't forget to change the webtv w_whois ;p. */ :) | ||||
| 3rd party modules | |||||