Skip to content
Oasiz Chat

Access List Oasiz Chat.

A TG007 community discussion started by mythicaldeath.

Discussion 4 posts
Page 1 of 1
Open
Topic #14993 · 4 published posts · 2,204 views

deleted

Edited May 23, 2011 2:03 AM by mythicaldeath

Anyone know where i can get an example of nick list owner access that isn't sockwrite or a dialog??

I looked here on tg but it's all sockwrite or dialogs.

 

/access # add owner $ial($$1).addr :Comment

ok this doesnt work the way i thought it would lol

 

 

Owner Access

..AddOwner:{ /access $chan add owner *! $+ $ial($$1).addr

}

..RemoveOwner:{ /access $chan add owner *! $- $ial($$1).addr

}

 

Fixed

 

.Owner Access

..Add Owner: /access # add owner $ial($$1).addr :Comment

..delete Owner: /access # delete owner $ial($$1).addr :Comment

}

Fixed

 

.Owner Access

..Add Owner: /access # add owner $ial($$1).addr :Comment

..delete Owner: /access # delete owner $ial($$1).addr :Comment

}

 

Good job. :)