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: !guildrelay  (Read 8129 times)

0 Members and 1 Guest are viewing this topic.

Offline Plac3bo

  • BeBot User
  • **
  • Posts: 50
  • Karma: +0/-0
!guildrelay
« on: January 10, 2006, 09:06:35 pm »
So.. we have a guild for our alts, and a main guild.. so ppl wanted guildrelay.
I was up for the challenge.. but alas.. I failed  :-\

So something is missing in the docs.
I understand that you do !guildrelay nameofbotinotherguild
in both guilds..
But I get spammed but I only listen to members in both bot windows..

So.. should we do like !guest nameofotherbot or something, should the other bot be on the ignore list in the conf?

I feel a updated help file on that would be appreciated.. and I still cant get it to work...

Offline Solerna

  • BeBot User
  • **
  • Posts: 21
  • Karma: +0/-0
Re: !guildrelay
« Reply #1 on: January 10, 2006, 09:43:45 pm »
Yea that part is a bit dodgy, but I think I solved it by adding the other bot as a guest. "!guest otherbot" in both bots and It worked like a charm. Another good thing to do not entirely relevant but still. In the beta release of bebot there has been a minor change in bot.php I think in regards to how tells are handled and mainly reduced spam between bots. if u are going to use relay I'd really advice u to take a look at and do some changes in your bot.php if u are not already running the beta.

Offline kuznechik

  • Contributor
  • *******
  • Posts: 60
  • Karma: +0/-0
Re: !guildrelay
« Reply #2 on: January 12, 2006, 09:13:25 am »
Btw, I know that some ppl was successful in guildrelaying and made online list of other-org available somehow.
How it was done? Problem is - bot aren't relaying blobs, so direct !online output to other-org bot won't work.
Kuznechik, proud bot admin of Disciples of Omni-Tek, Rimor.

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: !guildrelay
« Reply #3 on: January 12, 2006, 10:53:41 am »
I've done that by modifying the Rooster_GUILD to add both orgs to the members table, the buddy update does the rest.
Only works up to 1k total members in the orgs though.

Offline Solerna

  • BeBot User
  • **
  • Posts: 21
  • Karma: +0/-0
Re: !guildrelay
« Reply #4 on: January 13, 2006, 12:09:47 am »
I did the same as "Alreadythere", and it does work ok, updates properly and so on. What you should be aware of is that this type of solution does not relay any sort of AFK status if that is present.

Offline jokerjr

  • BeBot Rookie
  • *
  • Posts: 12
  • Karma: +0/-0
Re: !guildrelay
« Reply #5 on: January 24, 2006, 07:55:50 pm »
Would you mind posting the code that you modified please.

thanks

Offline Tsuyoi

  • BeBot User
  • **
  • Posts: 30
  • Karma: +0/-0
  • BigT
    • Adrenaline Rush Forums
Re: !guildrelay
« Reply #6 on: January 29, 2006, 08:19:02 am »
How are the BeBot <-> IGN guildchat relay relations?

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: !guildrelay
« Reply #7 on: January 29, 2006, 12:33:23 pm »
No clue what format IGN uses, you will have to adapt the output of bebot and the change the gcr command for incoming chat to whatever IGN uses.

Offline Tsuyoi

  • BeBot User
  • **
  • Posts: 30
  • Karma: +0/-0
  • BigT
    • Adrenaline Rush Forums
Re: !guildrelay
« Reply #8 on: January 30, 2006, 04:15:34 am »
Yea, I talked with Iriche last night and he said they currently don't communicate.  Spent a few hours perusing Amona's code to see exactly how much trouble it was going to be to see how she setup her relay.  After an hour or two of browsing her callback function I called it a night, sent her a PM to see if she would help me and logged off.  Hopefully with alittle bit more info I'll be able to create a Bebot module that models her method, which I hope will incorporate the relay syntax that helps out so much :)

Will be fun to attempt it anyways :)

- Tsuyoi

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: !guildrelay
« Reply #9 on: January 30, 2006, 01:34:30 pm »
Would you mind posting the code that you modified please.
Here is a version that should work.
It's not the version I'm using, as that doesn't do any updating in the bots anymore, only the handling of the buddy list is left there, but it's a combination of the code I use.

Edit the $relay_bot variable to fit your needs, and add the org IDs in the $orgid array. Should work with as many orgs as you want, as long as the total number of combined members is below 1k. No guarantee for any kind of working over 1k.

Offline jokerjr

  • BeBot Rookie
  • *
  • Posts: 12
  • Karma: +0/-0
Re: !guildrelay
« Reply #10 on: January 30, 2006, 06:46:57 pm »
Thank you Alreadythere

Offline Sylfarin

  • BeBot Rookie
  • *
  • Posts: 10
  • Karma: +0/-0
Re: !guildrelay
« Reply #11 on: April 05, 2006, 01:05:46 am »
Edit the $relay_bot variable to fit your needs

I got the orgID part, but what does one have to edit in the relay_bot part if you don't mind explaining?

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: !guildrelay
« Reply #12 on: April 05, 2006, 09:51:48 am »
$relay_bot is for a two org setting, it takes the name of the second org bot so it doesn't get added to the members list. Nothing else.

Offline Sylfarin

  • BeBot Rookie
  • *
  • Posts: 10
  • Karma: +0/-0
Re: !guildrelay
« Reply #13 on: April 06, 2006, 06:28:25 pm »
I'm getting the same problem here, I cant seem to have both org bots communicate together, I did !guest botname, !relay (turned it on/off/on to double check) then did !guildrelay botname and still people cant read messages from the other org bot.
Is there anything else that one has to setup in order to be able to relay the org chat message? When I look down the console I can see that messages are sent to the other bot, let's say I get

[2006-04-06 16:23:07]   [TELL]  [OUT]   -> bot1: !gcr [orgname2] guildmember: blablabla
[2006-04-06 16:23:07]   [TELL]  [INC]   bot2: !gcr [org2name] guildmember: blablabla

I figure this means bots actually communicate, but nothing actually displays on other org chat, could anyone help me out on this one?
« Last Edit: April 06, 2006, 06:40:46 pm by Sylfarin »

Offline Pharexys

  • BeBot Apprentice
  • ***
  • Posts: 117
  • Karma: +0/-0
Re: !guildrelay
« Reply #14 on: April 07, 2006, 04:16:01 pm »
I'm getting the same problem here, I cant seem to have both org bots communicate together, I did !guest botname, !relay (turned it on/off/on to double check) then did !guildrelay botname and still people cant read messages from the other org bot.
Is there anything else that one has to setup in order to be able to relay the org chat message? When I look down the console I can see that messages are sent to the other bot, let's say I get

[2006-04-06 16:23:07]   [TELL]  [OUT]   -> bot1: !gcr [orgname2] guildmember: blablabla
[2006-04-06 16:23:07]   [TELL]  [INC]   bot2: !gcr [org2name] guildmember: blablabla

I figure this means bots actually communicate, but nothing actually displays on other org chat, could anyone help me out on this one?

I got same problem with bebot,
I heard you need to get em on same IRC channel, you can find here commands and info.. even though the download is not valid anymore. However i see any version of bebot or at least last one that i have downloaded from this web, had the irc modules already. However I cant get him join any channel w/e i do... so GL if you solve it let me know, I already gived up and using a modified IGN til i can find out how to link 2 bebots :P

 

* 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: 352
  • 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