View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003367 | unreal | ircd | public | 2007-05-28 15:39 | 2007-05-28 16:14 |
| Reporter | Quis | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.2.6 | ||||
| Summary | 0003367: Joining #0,0 causes mass part | ||||
| Description | Some users (aka noobs) are adverting other users to join #0,0 This causes them to part all channels without knowing what is happening. I read in some bug 'topic' opers use it to masspart users, so it might be usefull in that way, but could it be possible to deny users from joining #0,0 by theirselves ? If not I will take a look at the code myself Quis (forgive my crappy english) | ||||
| Steps To Reproduce | /join #0,0 | ||||
| 3rd party modules | |||||
|
|
That's intentional... For those not familiar with the JOIN command, here's how it works: If you want to join 1 channel, /join #channel If you want to join more than 1 channel, /join #channel1,#channel2,#channel3,etc If you want to LEAVE all the channels (mIRC PARTALL equiv) /join 0 It's the way JOIN works, and it has always worked like that, because it's in the protocol like that. |
|
|
As Stealth said, behavior is per protocol. If you want to stop the "/join #2,000" trick or whatever, use spamfilter. |