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. . .