View Single Post
Old 09-03-2003, 10:46 AM  
Razor
Member
 
Join Date: Mar 2003
Posts: 75
Default Any one can help me with a little tcl prob

I'm trying to link the irc !mkd to the mkd command on ftp.

So sitebot makes the dir

anyone can help me.. tried lotsa things but all dont work :s
Code:
bind pub - [set ioss(cmdpre)]mkd mkdsalias

proc trialssalias {nick uhost hand chan args} {

set dir [lindex $args 1]
set ee [::ftp::Quote $ioss(ftp) mkd $dir]
}

Stuff like this



used iobanana as start and went editing.. this didnt work :|
Razor is offline   Reply With Quote