mIRC Home    About    Download    Register    News    Help

Print Thread
#189039 03/11/07 02:45 AM
B
bcancer
bcancer
B
I try using this code to close query and it didnt work any other way?

Close Screen:/_closewin $active

#189041 03/11/07 02:54 AM
T
Trashlord_
Trashlord_
T
Use /closemsg <nick>

#189042 03/11/07 02:56 AM
B
bcancer
bcancer
B
I want to close the query window when I right click in the screen!

-
Close Screen:/close $active
-

#189043 03/11/07 02:59 AM
T
Trashlord_
Trashlord_
T
I told you, the command is /closemsg <nickname>.

/closemsg $active
/closemsg $query(290823424)
/closemsg etc.

They all work (except the second one, I don't believe you'll ever have that much queries opened).

.Close Query:/closemsg $active

#189044 03/11/07 03:01 AM
B
bcancer
bcancer
B
thx anyway but I found the right command its:

Close Screen:/close -m $active

#189045 03/11/07 03:19 AM
T
Trashlord_
Trashlord_
T
No...
/close -m closes ALL query windows.

I hate it when people don't listen to what you tell them.

The command to close A SINGLE query window, is /closemsg <nickname>.


#189046 03/11/07 03:51 AM
D
deegee
deegee
D
Originally Posted By: Trashlord_
No...
/close -m closes ALL query windows.

I hate it when people don't listen to what you tell them.

The command to close A SINGLE query window, is /closemsg <nickname>.


/close -m closes ALL query windows

/close -m <nick> closes the query to the specified nick

Originally Posted By: versions.txt

110.Added /close -icfgms [nick1] [nickN] which closes windows of
the specified type and nicknames. If no nicknames are given,
all windows of the specified type are closed.
i = only close inactive windows (doesnt apply to message windows)
c = chat
f = fserve
g = gets
m = message windows
s = sends

111.Removed /closechats, /closefserves, /closedccs commands. These
are replaced by the /close command.
/closemsg was not removed, but is no longer mentioned in the help file. (It is still used in the default popups.ini though shocked)

#189076 03/11/07 05:33 PM
B
bcancer
bcancer
B
thank you deegee.


Link Copied to Clipboard