View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003017 | unreal | ircd | public | 2006-08-03 14:36 | 2006-08-03 16:46 |
| Reporter | satmd | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 3.2.5 | ||||
| Summary | 0003017: channelmode +s and +p are handled the same | ||||
| Description | Channelmodes +s and +p used to have this meaning: +s: hide channel from /whois and /list +p: hide channel from /list, but NOT from /whois | ||||
| Steps To Reproduce | Join a client to both a +s and a +p channel /whois will hide both channels | ||||
| Additional Information | From the looks it seems that +p channels are handled like +s channels. Confirmed both on ircsystems.com and a private network. | ||||
| 3rd party modules | |||||
|
|
No they aren't. +p shows the channel as '*' in /list. Obviously, the channel is shown if you are IN the channel (just like +s). From RFC1459: "Private channels are listed (without their topics) as channel "Prv" unless the client generating the query is actually on that channel." Only difference is we use '*' instead of 'Prv' As for whois, yes they both hide it, the difference is in /list. Now whether it's useful is another question, several ircds have scratched +p or (more often) gave it a different purpose.. :P |