BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => AO 0.6 support => Topic started by: vashon on July 15, 2009, 01:08:33 am
-
Hi,
I currently run 2 org bots and am now trying to create a raidbot for general use. I want anyone to be able to join the bot, take leader in a similar manner to other general purpose raid bots but I'm damned if my bot will allow anyone to join, simply giving the message 'I only listen to members of this bot.'
Any assistance would be appreciated.
/vashon
-
depends what sort of security you want to set up for people joining the bot. You, as owner, should have access no matter what as that is hardcoded in the conf file. You can set join to anonymous access which will allow people to join the bot.
-
Thanks, I do have full access as you say, I've being testing while dual logged.
I may be blind but I cannot see where you would set the permission for 'join'?
-
commands tells
then down to join, set for AN access
-
Easiest way:
Create a security group and give it GUEST rights.
Create the flexible security group for it, using an AND-combined group.
Set the setting of Private Group for Guest group to the newly created security group.
Now you can use !minlevel and !side to define how you want to limit access to your bot.
On default taking !leader gives you LEADER rights, depending on the commands settings for !leader everyone can do that too.
No need to hand out rights to ANONYMOUS that way - though it will block all users that got no whois info.
-
Thanks, I have it working now :)