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: Probs with relay from guest channel to org chat.  (Read 4705 times)

0 Members and 1 Guest are viewing this topic.

Offline Daynjer

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Probs with relay from guest channel to org chat.
« on: April 09, 2008, 09:16:13 am »
Someone had another bot set up until recently to solve this issue, but the bot has been taken down. Now I have the problem that orgchat is seen in the guest channel, howeverm guest channel is not relayed to org channel. Any suggestions?

[Error] The setting named gcname for setting group relay does not exist!

To [Stalkernet]: !set Relay Gcname Stalkernet [Stalkernet]: Setting Gcname for module Relay does not exisit.
« Last Edit: April 09, 2008, 09:25:55 am by Daynjer »

Offline Blueeagle

  • Omnipotent
  • BeBot Hero
  • ******
  • Posts: 323
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #1 on: April 09, 2008, 01:07:41 pm »
Yes, I just fixed that along with guests showing up in the members section of the online list.

Ooops.. That was 0.5 bot you were running.

I'm working on getting that issue resolved.

The two things that needs to be done is to execute a MySQL query to alter table settings and set type to 'string' for Gcname as this has been set to NULL.

Also you need to change a line where function send_to_gc checks if a value is 'Pgorup' instead of checking if it's gc or somesuch.

I might be done with this tonight after work.
« Last Edit: April 09, 2008, 01:14:29 pm by Blueeagle »
The only problem that can't be solved by adding another wrapper is having too many wrappers.

Offline Daynjer

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #2 on: April 09, 2008, 09:47:44 pm »
Any help would this would be awesome!!! Thanks for the response!  ;D

Offline Blueeagle

  • Omnipotent
  • BeBot Hero
  • ******
  • Posts: 323
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #3 on: April 10, 2008, 07:20:58 am »
http://svn.shadow-realm.org/index.py/BeBot/trunk/modules/Relay.php?view=co

You still need to either drop the settings table or the setting where module=Relay and setting=Gcname.

If you do not drop these the new module will not re-create them.
The only problem that can't be solved by adding another wrapper is having too many wrappers.

Offline Daynjer

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #4 on: April 10, 2008, 08:10:39 pm »
Ok, copied and pasted the new PHP into relay.php, but have no idea where/how to drop the tables/settings you were talking about. Any help please?

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Probs with relay from guest channel to org chat.
« Reply #5 on: April 10, 2008, 08:33:48 pm »
he means drop then from your mysql table as the modules only add settings if they don't exist

Offline Daynjer

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #6 on: April 10, 2008, 08:39:19 pm »
 ???
Ok, how do I go about dropping the values from MySQL? I have downloaded the MySQL GUI tools if it is easier done through there than command line, but help with either would be great! Or just drop the entire table named botname_settings?

Went ahead and dropped the table botname_settings and restarted bot. Still recieving the same errors when tryot to turn on the relay from guest channel to org channel.
[Error] The setting named gcname for setting group relay does not exist.
« Last Edit: April 10, 2008, 08:52:01 pm by Daynjer »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Probs with relay from guest channel to org chat.
« Reply #7 on: April 10, 2008, 09:03:46 pm »
if you droped the entire table then restarted it would of remade the table and put all setting in as there defaults and should of fixed the prob asumeing its fixed in the module

Offline Daynjer

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #8 on: April 14, 2008, 03:00:32 pm »
The relay between org chat and guest is working. However, in the console window of the bot, there is still the error message the the setting named Gcnamed for the setting group relay does not exist.

Offline Dontask

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #9 on: May 07, 2008, 05:26:13 am »
Bump for this problem. It's still a problem in today's release.

Offline Blueeagle

  • Omnipotent
  • BeBot Hero
  • ******
  • Posts: 323
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #10 on: May 07, 2008, 05:12:13 pm »
This bug is in our bug handling system as FS# 59.

Thank you for reminding us of this bug.
The only problem that can't be solved by adding another wrapper is having too many wrappers.

Offline Zeephonz

  • BeBot User
  • **
  • Posts: 43
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #11 on: July 13, 2008, 07:29:56 am »
Heyas....

Has this been resolved as yet?

Offline Hacre

  • BeBot Rookie
  • *
  • Posts: 14
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #12 on: September 05, 2008, 12:30:13 am »
How do we go about just making it so that things said in the guest channel can be seen in guild chat and vice versa?  ???

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Probs with relay from guest channel to org chat.
« Reply #13 on: September 05, 2008, 07:29:34 am »
!settings relay status On

Offline Hacre

  • BeBot Rookie
  • *
  • Posts: 14
  • Karma: +0/-0
Re: Probs with relay from guest channel to org chat.
« Reply #14 on: September 06, 2008, 02:38:10 pm »
How do I make it possible for people other than the bot Owner to do that?

I've done that btw, and I'm getting spammed with:

[SETTINGS]      [ERROR] The setting named gcname for setting group relay does not exisit.

 

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