View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002711 | unreal | documentation | public | 2005-12-07 23:45 | 2006-11-12 14:48 |
| Reporter | TheCrowX | Assigned To | |||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.2.3 | ||||
| Summary | 0002711: /close command | ||||
| Description | When u type /helpop ?close you ll get this ***** Close ***** - This command will disconnect all unknown connections from the IRC server. - Syntax: CLOSE - everything is normal so far but on mIRC when u type /close u ll get this " * /close: invalid parameters " well that s not a bug cuz there is a command in mirc called /close and to make this command running it s easy we have to type /raw close that s why i thought it s good to add that info for mirc users :)) that's what windows users of unreal use mIRC :) Thanx in advance :) | ||||
| 3rd party modules | |||||
|
|
Because mIRC is braindead and overrides an RFC command with a client-specific one. Try this: /raw CLOSE |
|
|
Isn t that what i typed ?? lol i meant to add that text as documentation when typing /helpop ?close :) |
|
|
I believe adding this to documentation is completely unnecessary and a waste of time, surely opers can figure it out on their own or atleast read mIRC's help manual. |
|
|
Thing is, this is a client-specific issue. Go yell at khaled to fix /close or something. Not every client has the same problem here. Or just script yourself a fix or something ... not hard to do... /close { if ($1- == $null) .raw CLOSE else !close $1- } |
|
|
It's a general issue, that clients or addon-scripts might interfer with a few commands - something you should always have somewhere in mind. mirc <-> /close irssi <-> /connect and whatever else is crawling around |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-12-07 23:45 | TheCrowX | New Issue | |
| 2005-12-08 00:25 | aquanight | Note Added: 0010823 | |
| 2005-12-08 00:27 | TheCrowX | Note Added: 0010824 | |
| 2005-12-08 01:20 | Filefragg | Note Added: 0010825 | |
| 2005-12-08 01:51 | aquanight | Note Added: 0010826 | |
| 2005-12-08 06:20 | medice | Note Added: 0010827 | |
| 2006-11-12 14:48 | syzop | Status | new => closed |
| 2006-11-12 14:48 | syzop | Resolution | open => wont fix |