mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 3
B
bobjuh Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Dec 2002
Posts: 3

Hi there,

I searched the web and didn't found anything. I'm not good in mirc scripting so here goes.

I have my mirc set on auto-rejoin on kick. But on some channels they don't like it so i need a way to let my mirc not auto-rejoin on those specific channels. Any way to do that ?

tnx


Admin @ irc.linux-nl.org
http://www.beatmix.net
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Disable that setting and use a script instead:
  • On !*:kick:#: if $knick == $me && !$istok(#chan1 #chan2 etc,#,32) { .timer 1 2 join -n # }
This code goes to the remote (Alt+R). If you want to rejoin immediately, remove the ".timer 1 2".


Link Copied to Clipboard