mIRC Home    About    Download    Register    News    Help

Print Thread
#139836 18/01/06 04:13 PM
Joined: Jan 2006
Posts: 3
K
Kenai Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Jan 2006
Posts: 3
anyone know a script for parting a channel if a certain nick joins that channel?

Moved from Bug Reports

Last edited by Mentality; 18/01/06 04:16 PM.
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
How is that a bug?

Code:
on !*:join:#:{
  if ($nick == thenick) part $chan
}

Joined: Jan 2006
Posts: 3
K
Kenai Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Jan 2006
Posts: 3
did i post it there O_O oops, wrong forum then... thanks for answer


Link Copied to Clipboard