View Single Post
Old 09-03-2003, 11:10 AM  
b>d>>s
Senior Member
 
Join Date: Feb 2003
Posts: 488
Default

Code:
set path "c:/site/root"
#arg passed by !mkd could then be vfs path to make
#ie. !mkd /Requests/[REQ]-some.shit
#
proc mkdir {nick uhost handle chan arg} {
global path
file mkdir -force "$path$arg"
}
bind pub -|- !mkd mkdir
putlog "mkdir loaded"
hm, actually thats local eggdrop script, sorry. . .
b>d>>s is offline   Reply With Quote