mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2005
Posts: 72
B
Babel fish
OP Offline
Babel fish
B
Joined: Apr 2005
Posts: 72
hello...
is it possible to kick/ban pplz "on JOIN" there have no vhost?
if yes, how?

mfg bodo

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Dont think so, mirc cant know who have a v-host or not. if you add all v-hosts manualy, then it can be done..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Dec 2006
Posts: 31
Y
Ameglian cow
Offline
Ameglian cow
Y
Joined: Dec 2006
Posts: 31
is this what you need?

Code:
on *:join:#: { 
  if ( $address($nick,2) !== *!*@yourv-host ) { /mode $chan +b $address($nick,2) | /kick $chan $nick reason } 
  else { halt } 
}

Joined: Apr 2005
Posts: 72
B
Babel fish
OP Offline
Babel fish
B
Joined: Apr 2005
Posts: 72
yetti: nope but ty
i think must add vhost manualy :-(

bodo

Last edited by bodo0815; 03/01/07 05:16 PM.

Link Copied to Clipboard