BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Age of Conan Archive => BeBot Hyborian support => Topic started by: Organizer on November 19, 2008, 09:21:19 am

Title: Restrict access for one module to a custom group
Post by: Organizer on November 19, 2008, 09:21:19 am
How do I best go about to restrict access to a custom made group that I have added with two members of the guild. These two (and more added to the group in the future) needs to have access to this one module only?

Normally I restrict by $this -> register_command("all", "module", "MEMBER", array('add' => 'ADMIN', 'del' => 'MEMBER') but in this case I don't wont to give the group ADMIN rights as that will also give them way too much other rights, is there an easy check I can do for $name IN that custom group of mine?

** EDIT **
I also use in my code sometimes this check, but I can't use this for the the two persons in the custom group as I presume this command only return/works with OWNER;SA;ADMIN;LEADER and so on!

Code: [Select]
if ($this -> bot -> core("security") -> check_access($name, $this -> bot -> core("settings") -> get('Events', 'Extended')) AND ($origin==tell))
Sometimes I inside the code also us


Thanks in advance!
SimplePortal 2.3.7 © 2008-2024, SimplePortal