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 command  (Read 4720 times)

0 Members and 1 Guest are viewing this topic.

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
!Guest command
« on: January 26, 2007, 07:53:05 pm »
When I type !guest <name> I get the responce:

<name> has been added to guestlist

But when I do a !guestlist the name doesn't appear.  Also, when I do SELECT * FROM guests; the name doesn't apper.  Am I doing something wrong?

Bryan

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #1 on: January 26, 2007, 08:15:11 pm »
Check console for errors.

-jj-

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #2 on: January 27, 2007, 05:08:04 pm »
Hey JJ,

I don’t have any errors on the console side during boot or when trying to add someone as a guest.  What’s weird is the one user that is my guests table also shows as if he is a member of our guild even though he is a different faction.  I also checked the members table and he doesn’t appear in it.

The current mods I’m running are Akarah’s online module, the Guild_Rooster, Persistent Whois cache, Whois modified, Module Settings, Autoinv, Relay_Guild, Alert, Assist Caller and Colors.

Bryan

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #3 on: January 27, 2007, 06:10:13 pm »
So the guest table is basically empty?

-jj-

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #4 on: January 27, 2007, 07:50:33 pm »
Yes, it only has 1 entry but that entry was made before the I put the mods in.

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #5 on: January 28, 2007, 12:35:10 am »
It should have the following structure:

id - int(11)
name - varchar(25)
timeadd - int(11)
addby - varchar(25)
notify - tinyint(1)
alertstatus - tinyint(1)

Double check, add any missing entries and let me know :-)

-jj-

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #6 on: January 28, 2007, 10:11:51 pm »
Hey JJ,

That was my problem.  I was missing the notify and alertstatus columns from the guests table.  I ended up just dropping the table and restarting the bot to recreate the table.

Are the people that are designated as guests suppose to show up as members of the guild?  Because on my bot when I do !online my guests show as both guild and private chat users.

Bryan

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #7 on: January 28, 2007, 11:37:56 pm »
Hi,

They shouldn't be in members table no, or show on !online status unless they're actually in the private group / guest chat...

In the console, you should see the following type entries in the case of guests:

[2007-01-28 21:58:06]   [BUDDY] [LOG]   Vhab logged [off] (guest)
[2007-01-28 21:58:36]   [BUDDY] [LOG]   Vhab logged [on] (guest)

And in the case of members:

[2007-01-28 18:59:31]   [BUDDY] [LOG]   Jjones666 logged [off]
[2007-01-28 18:59:32]   [GROUP] [MSG]   [Insert Name] Jjbot: Jjones666 logged off
[2007-01-28 18:59:32]   [PGRP]  [MSG]   [Jjbot] Jjbot: Jjones666 logged off

-jj-

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #8 on: January 29, 2007, 01:13:59 am »
Hey,

This is what I have.

Members:

[2007-01-28 22:34:56]   [BUDDY] [LOG]   PlayerMember [on]
[2007-01-28 22:34:56]   [GROUP] [MSG]   [Exodus] Exobot2: "PlayerMember" (Lvl 220 Doctor Squad Commander) logged on
[2007-01-29 00:06:31]   [GROUP] [MSG]   [Exodus] PlayerMember: test 1
[2007-01-29 00:06:31]   [PGRP]  [MSG]   [Exobot2] Exobot2: PlayerMember: test 1
[2007-01-29 00:15:29]   [BUDDY] [LOG]   PlayerMember logged [off]
[2007-01-29 00:15:29]   [GROUP] [MSG]   [Exodus] Exobot2: PlayerMember logged off

Guest:

[2007-01-29 00:05:21]   [BUDDY] [LOG]   PlayerGuest logged [on] (guest)
[2007-01-29 00:05:46]   [TELL]  [INC]   PlayerGuest: !join
[2007-01-29 00:05:51]   [PGRP]  [JOIN]  PlayerGuest joined privategroup.
[2007-01-29 00:05:51]   [PGRP]  [MSG]   [Exobot2] Exobot2: "PlayerGuest"
 (Lvl 201 / 4 Meta-Physicist, Applicant of Button Moon) joined bot.
[2007-01-29 00:06:07]   [PGRP]  [MSG]   [Exobot2] PlayerGuest: test2
[2007-01-29 00:06:07]   [GROUP] [MSG]   [Exodus] Exobot2: [Guest] PlayerGuest: test2
[2007-01-29 00:15:17]   [BUDDY] [LOG]   PlayerGuest logged [off] (guest)
[2007-01-29 00:15:17]   [PGRP]  [LEAVE] PlayerGuest left privategroup.

Bryan
« Last Edit: January 29, 2007, 01:20:40 am by bmoscato »

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #9 on: January 29, 2007, 02:12:08 am »
This is correct in both cases with guild chat -> private group relay being turned on (and if people are in private group, they will show in !online).

Case closed or still an issue?

Cheers,

-jj-

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #10 on: January 29, 2007, 03:51:14 pm »
JJ,

When a guest is online he/she appears in the guild members area when you do !Online; if the guest joins the private channel then that guest will also appear in the private group area.

When adding guests I do "/tell bot !guest playernamehere".

I'm using Akarah's modified online module.

Bryan

Offline jjones666

  • Contributor
  • *******
  • Posts: 353
  • Karma: +0/-0
Re: !Guest command
« Reply #11 on: January 29, 2007, 04:32:11 pm »
 :o I've never heard of this happening before, so I think one of our resident Bebot experts will answer :-)

-jj-

Offline Malosar

  • BeBot Expert
  • ****
  • Posts: 259
  • Karma: +0/-0
    • http://www.lowerdimension.com
Re: !Guest command
« Reply #12 on: January 29, 2007, 05:43:55 pm »
Never heard of it either, check your members table to see if they're in there as well as guests?
Eternalist
General of The Syndicate

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #13 on: January 29, 2007, 07:20:17 pm »
I ran the sql command:

mysql> select * from members where nickname = "PlayerGuest";

The guest users do not appear in my members table; they only appear in the guests and whois tables.

Bryan

Offline bmoscato

  • BeBot User
  • **
  • Posts: 51
  • Karma: +0/-0
Re: !Guest command
« Reply #14 on: January 30, 2007, 08:47:24 pm »
Anyone with an idea?

 

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