Skip to content
NuClearMSN Connection

Remotely Command Access List Load

A TG007 community discussion started by Travis.

Discussion 4 posts
Page 1 of 1
Open
Topic #3216 · 4 published posts · 793 views

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

that alias is intended strictly for internal use. i have tinkered with it in the upcoming version 6.0.2 tho, and you might have better luck with that file.

bfush.PNG

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