mIRC Home    About    Download    Register    News    Help

Print Thread
#33620 02/07/03 05:26 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:Dialog:list:init:0:{
did -a $dname 1 $server
/list
}
raw 322:*:{
did -a list 2 $2
}

is there a way to stop the /list window opening, i only need it for the raw. thanx in advance grin


new username: tidy_trax
#33621 02/07/03 06:10 PM
Joined: Apr 2003
Posts: 16
Y
Pikka bird
Offline
Pikka bird
Y
Joined: Apr 2003
Posts: 16
on *:Dialog:list:init:0:{
did -a $dname 1 $server
/list | halted
}
raw 322:*:{
did -a list 2 $2 | halted
}

is there a way to stop the /list window opening, i only need it for the raw. thanx in advance

Ŧŷé


may be add in some | halted at the end works

:O)

#33622 02/07/03 07:52 PM
Joined: Dec 2002
Posts: 169
J
Vogon poet
Offline
Vogon poet
J
Joined: Dec 2002
Posts: 169
I don't think you can prevent the window for opening but you can hide it.

raw 321:*: window -h "channels list"
raw 323:*: window -c "channels list"

#33623 02/07/03 08:05 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Umm well mIRC doesn't have a "/halted" command, it has /halt which is what I assume you meant. But, mIRC doesn't let you halt the channel window, or the links window for that matter.

#33624 02/07/03 08:34 PM
Joined: Mar 2003
Posts: 437
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
im betting he ment haltdef

#33625 02/07/03 08:43 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

I doubt it, not everyone makes the same mistake 3 times in one post. If they did surely they would have edited it anyways.
I am an exception. grin


Link Copied to Clipboard