View Single Post
Old 11-08-2004, 08:34 AM  
MatC
Member
 
Join Date: Nov 2003
Posts: 42
Default

Code:
proc iRCNUKE {nick uhost hand chan args} { if {[ioB:istrusted $uhost] } {
  global ioBvar
  ::ftp::Cd $ioBvar(ftp) $PATH
  ::ftp::Quote $ioBvar(ftp) SITE nuke $RLZ $MULTi $REASON
 }
}
Add this to ioBanana.tcl with a bind ~ "!nuke path rlz multi reason"

It works for me

++ MatC

PS : Sorry for my english:banana:
MatC is offline   Reply With Quote