collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Guest channel of guild bot open for whole faction  (Read 2755 times)

0 Members and 1 Guest are viewing this topic.

Offline lulifuz

  • BeBot User
  • **
  • Posts: 40
  • Karma: +0/-0
Guest channel of guild bot open for whole faction
« on: September 02, 2007, 02:45:22 pm »
Hi there,

I have looked into that flexible security stuff but I am not sure if it can be done and how.
Is it possible to let everyone who meets a given filter (one faction, for example) join the guest channel?

Regards,

 lulifuz

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #1 on: September 02, 2007, 03:33:28 pm »
Create a security group and give it GUEST rights.

Then use !settings Flexible_Security Guest_Group groupname to set the group used for !minlevel and !faction commands.

All you then need to do is set !minlevel 1 and !faction [exclude] omni|clan|neutral|all.

Should do what you want.

Offline lulifuz

  • BeBot User
  • **
  • Posts: 40
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #2 on: September 02, 2007, 07:20:29 pm »
Hi Alreadythere,

thanks alot, I tried this but the Bot answers on a !join wit 'I only listen to members of this bot.'.
Here is what I did, for reference:

!admin group add Neutrale
!security levels (changed the level of neutral to guest in the GUI)
!set Flexible_Security Guest_Group Neutrale
!minlevel 1
!faction neutral


Hm, what did I miss?

Regards,

 lulifuz



Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Guest channel of guild bot open for whole faction
« Reply #3 on: September 02, 2007, 11:31:13 pm »
is !join set to GUEST?

Offline lulifuz

  • BeBot User
  • **
  • Posts: 40
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #4 on: September 03, 2007, 07:16:16 pm »
Hi Temar,

no, I did not do this.
And I tried to find this in the settings GUI (which I really like) but had no success.
Could you describe to me how to do this setting?

Regards,

 lulifuz

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #5 on: September 03, 2007, 07:20:27 pm »
!commands is your friend to set access rights for commands.

Offline lulifuz

  • BeBot User
  • **
  • Posts: 40
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #6 on: September 04, 2007, 06:26:06 am »
Ah, I see, thank you.

I now can see that !join was already set to GUEST in tells (seems to be by default).
But should it not be ANONYMOUS.
Cause if someone sends a tell to join he is not jet a GUEST.
If this is right will there be some security issue with making !join available for ANONYMOUS? Or will the Guest_Group take care for this?

I am starting to understand that security stuff, but the connections are not yet clear for me, sorry.

Regards,

 lulifuz

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Guest channel of guild bot open for whole faction
« Reply #7 on: September 04, 2007, 10:18:40 pm »
Flexible Security will Basicly give any 1 who meets sertain rules wateva rank u say like GUEST

so if u set to neutral ALL neutrals will be classed as Guest by bot

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #8 on: September 04, 2007, 10:43:18 pm »
I just checked the code, and I forgot one step you got to do. You have to create an AND-combined extension of the guest group. Call !flexible and just click on the link shown under your new group. Setting minlevel and faction afterwards should enable proper behaviour.

Offline lulifuz

  • BeBot User
  • **
  • Posts: 40
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #9 on: September 05, 2007, 12:24:13 am »
Great thing, now it seems to work.
Thank you very much.

I would like to write down the necessary steps for future reference (this will make a group called 'Neutrale' so neutrals of every level (>=1) can join the bot):

!admin group add Neutrale
!security levels (change the level of Neutrale to guest in the GUI)
!set Flexible_Security Guest_Group Neutrale
!flexible (click on the AND link shown under the Neutrale group)
!minlevel 1
!faction neutral


Another question:
Is it possible to autoinvite this Group? Would be some people in the above example and may not be a good idea, but if you have a different filter it may be usefull.
I think autoinvite just works for the names in the guestlist, but I am just curious.

Thanks allot,

 lulifuz

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #10 on: September 05, 2007, 01:00:27 am »
As the bot can't know which character meets the requirement beforehands (and doesn't even try in any way) there is no list of members really available. This means that there is no way to keep any synch to the buddy list of the bot, which would be needed to handle autoinvite.


Shorter answer: you have to use the guest and member list for autoinvites.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Guest channel of guild bot open for whole faction
« Reply #11 on: September 05, 2007, 03:50:00 am »
your can do what i do with 1 of my raid bot
and have the bot add any 1 who joins as a member
this module also works with flexible security so only neutral will get added
http://bebot.link/index.php/topic,843.0.html

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest channel of guild bot open for whole faction
« Reply #12 on: September 05, 2007, 01:06:59 pm »
I would like to write down the necessary steps for future reference (this will make a group called 'Neutrale' so neutrals of every level (>=1) can join the bot):

!admin group add Neutrale
!security levels (change the level of Neutrale to guest in the GUI)
!set Flexible_Security Guest_Group Neutrale
!flexible (click on the AND link shown under the Neutrale group)
!minlevel 1
!faction neutral
No need for the !flexible step anymore with the new SVN version, !minlevel and !faction calls will create the AND-combined group now. If you don't want to download the file from SVN just wait for 0.4.2, which should be released soon.

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 479
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal