Travis
Historical / Guest
IM tryin to make a remote command to load the access list. I have tried many different thinsg and finally decided on just tryign to use the alias msn.access.load thinkin that may be possible. The problem I am finding is the filename. Getting it to load the actual file.
Here is the alias for the access list load
alias msn.access.load {
:access.load.check
var %f = $shortfn($$sfile($scriptdir,Load Access List,Load))
if ($exists(%f) == $true) && (*.acc iswm %f) {
Lets just say the file is called Access.acc and is in a folder called Nuclear ( /Nuclear/access.acc ) Any Ideas??
is this the same post i saw fixed on another board??
Edited Mar 28, 2005 10:00 AM by tomas.dexter
Travis
Historical / Guest
Yes, Thomas, I realized I had put this question in the bug post, and since this isn't a bug, I re-submitted it. Fixed? Link me to the fix please.
Vex, I wasn't planning on touching the alias. I was thinking, it is triggered by right clicking on the access list and choosing load. So I wanted to create a new trigger to perform the same function.
on admin:TEXT:*.acc:#:{ load access list command or alias trigger }
Thanks for any help.
Edited Mar 28, 2005 5:45 PM by Travis