View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002948 | unreal | ircd | public | 2006-06-05 08:32 | 2006-06-05 08:53 |
Reporter | burek | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | any | OS | any | OS Version | any |
Product Version | 3.2 | ||||
Summary | 0002948: Not showing voice modes of the users currently op-ed on the channel, OnJoin. | ||||
Description | When you enter some channel, you get the /NAMES list which contains list of nicks with their modes (if any), but only the highest modes are displayed if some user has multiple modes set. That always creates buggy behaviour when that users unsets his highest mode, so he appears in the nicklist (in any irc client) like he has got no modes at all. For example: 1. nick1 joines new channel #tmp 2. nick2 joines the same channel 3. nick1 gives +o +v modes to nick2 4. nick1 rejoins the channel #tmp 5. nick2 sets mode -o to nick2 now, nick2 has mode +v on the channel #tmp, but nick1 sees nick2 without any mode set. This is not some awful bug, but keep in mind that every ircd has got it! I've reported it here because I like unreal, that's all :) Greetings. | ||||
Steps To Reproduce | 1. nick1 joines new channel #tmp 2. nick2 joines the same channel 3. nick1 gives +o +v modes to nick2 4. nick1 rejoins the channel #tmp 5. nick2 sets mode -o to nick2 now, nick2 has mode +v on the channel #tmp, but nick1 sees nick2 without any mode set. | ||||
Additional Information | Keep on the good work ;) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
duplicate of | 0000606 | resolved | Setting more than one channel mode (o, h and v) on a user can desync these modes with client |