mIRC Home    About    Download    Register    News    Help

Print Thread
#18663 09/04/03 09:58 PM
Joined: Apr 2003
Posts: 10
D
dfusah Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Apr 2003
Posts: 10
is this the ctcp verson kick : ~

ctcp ^*:VERSION:* {
/kick $comchan($me,1) $nick Dont Check My Verson | /access # ADD DENY $$address($nick,1)
}


DfuSaH
#18664 09/04/03 10:27 PM
Joined: Dec 2002
Posts: 83
A
Babel fish
Offline
Babel fish
A
Joined: Dec 2002
Posts: 83
Code:
ctcp ^*:VERSION:* { 
/kick $comchan($nick,1) $nick Dont Check My Version | /access # ADD DENY $address($nick,1) 
} 


That should do the kick correctly, /access is not a mIRC command, so I don't know what you're trying to do with that.

#18665 10/04/03 11:19 AM
Joined: Feb 2003
Posts: 23
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Feb 2003
Posts: 23
That's a msn command,it would ban the users address.

#18666 10/04/03 12:45 PM
Joined: Apr 2003
Posts: 10
D
dfusah Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Apr 2003
Posts: 10
thanks, i fixed it after i posted it blush


DfuSaH

Link Copied to Clipboard