mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 413
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 413
Time to time i getting disconnected from the servers.. and sometimes i want to check who are til on the nicklist ..

Joined: Dec 2002
Posts: 334
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
I don't think you can... I rember in old mIRC's version it was possible not anymore... I think smile

A
arps
arps
A
Well mirc has the option to keep the channels open when disconnect in options, but will not keep the nicks listed in the listbox since your not connected, which makes sence! What you need is to script something that works for you maybe by using the on :disconnect: event.

A quick example for #mirc I used /filter to filter all the nicks from the channel into a .txt file, you could then either open this text file or just filter it to your own @window!

on *:disconnect:filter -cwfl #mirc mircchan.txt | run mircchan.txt

Joined: Apr 2003
Posts: 413
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 413
on ^1:DISCONNECT:haltdef

The ^ event prefix currently works only on the following types of events: ACTION, BAN, CHAT, DEHELP, DEOP, DEVOICE, HELP, INVITE, JOIN, KICK, MODE, NICK, NOTICE, OP, OPEN, PART, PING, TEXT, UNBAN, USERMODE, VOICE, QUIT, SERV, SERVERMODE, SNOTICE, TOPIC, WALLOPS.

He he wink How i can stop the mIRC to disconnect ? smile I mean .. Stop display ?

Joined: Dec 2002
Posts: 334
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
The point here was to still be able to see the nicklist in open channels when you disconect... witch is not possible... You scripting line dosn't stop this... I'm pretty sure there is absolutely NO way to stop this... maybe would be nice to suggest to Khaled to re-add it smile

M
marty1111
marty1111
M
i dont think that option is avalable any more there is a nwe version of mirc in the pipe line maybe that will contain some new options to do with that


Link Copied to Clipboard