mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 27
F
fez Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Aug 2003
Posts: 27
the reason i'd like the ability to keep a channel window open on part is because of the dreadful ircd command which seems to be catching on: /sapart, which forces a user to part a channel whether he wants to or not. Therefore, mirc should keep track of whether the part was initiated by the user or the server and have an ability to keep a channel window open despite parting.


-- fez

Joined: Feb 2004
Posts: 201
J
Jae Offline
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2004
Posts: 201
i've never tried it but can u do an ON PART .. and just do /haltdef ? or maybe /halt ?

Joined: Aug 2003
Posts: 27
F
fez Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Aug 2003
Posts: 27
no that does not work

Joined: Apr 2004
Posts: 218
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Apr 2004
Posts: 218
Maybe for now, try?
This would be a replicant of the window you just parted, that way you can check on text you parted before?

on *:JOIN:#:{
if ($nick == $me) { .log $chan -f $+($chan,.doc) }
}
on *:PART:#:{
if ($nick == $me) {
.window -ak0 $+(@,$chan,)
loadbuf $+(@,$chan,) $+($chan,.doc)
}
}


Live to Dream & Dream for Life

Link Copied to Clipboard