View Issue Details

IDProjectCategoryView StatusLast Update
0002711unrealdocumentationpublic2006-11-12 14:48
ReporterTheCrowX Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionwont fix 
Product Version3.2.3 
Summary0002711: /close command
DescriptionWhen 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

Activities

aquanight

2005-12-08 00:25

reporter   ~0010823

Because mIRC is braindead and overrides an RFC command with a client-specific one.

Try this: /raw CLOSE

TheCrowX

2005-12-08 00:27

reporter   ~0010824

Isn t that what i typed ?? lol i meant to add that text as documentation when typing /helpop ?close
:)

Filefragg

2005-12-08 01:20

reporter   ~0010825

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.

aquanight

2005-12-08 01:51

reporter   ~0010826

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-
}

medice

2005-12-08 06:20

reporter   ~0010827

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

Issue History

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