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

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

Author Topic: Guest Channel?  (Read 3616 times)

0 Members and 1 Guest are viewing this topic.

Offline KingJ

  • BeBot Rookie
  • *
  • Posts: 10
  • Karma: +0/-0
Guest Channel?
« on: March 30, 2006, 08:01:52 pm »
Hi,

I just upgraded from IGN bot to BeBot (What an upgrade! Bot runs much faster on MySql  :D) and everything appears to be working. However, with IGN bot there was a guest channel, you would /tell [botname] guest and it would give you access to the guild chat, this was great when you just started an alt and wanted to talk to your guild from Noob island or to talk to players who want to join. Is there an equivilent function in BeBot?

KJ

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Guest Channel?
« Reply #1 on: March 30, 2006, 11:04:33 pm »
Activate the priv group module and the relay module.

And then make someone invite you to the guest channel.

Offline buff

  • BeBot User
  • **
  • Posts: 36
  • Karma: +0/-0
Re: Guest Channel?
« Reply #2 on: March 31, 2006, 03:46:01 am »
i use the relay_guild.php module that flows around on this forum
and u can add guest if u r bot admin/super admin
all u have to do is !guest <name> and it will add to your mysql db --> guest table
guest can then /tell <botnam> !invite (or invite if u don't use prefix)
bot should then invite guest to guild channel
make sure you have relay on so guest in privatechat can read what is saying in guild chat and vice versa

Offline wannatry

  • BeBot Rookie
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Guest Channel?
« Reply #3 on: June 12, 2006, 04:32:54 am »
i use the relay_guild.php module that flows around on this forum
and u can add guest if u r bot admin/super admin
all u have to do is !guest <name> and it will add to your mysql db --> guest table
guest can then /tell <botnam> !invite (or invite if u don't use prefix)
bot should then invite guest to guild channel
make sure you have relay on so guest in privatechat can read what is saying in guild chat and vice versa

im having a problem with my !guest channel with my bot. We can see what they say, but they cant see what the org says.. relay is on too. what am i missing?

Offline Xenixa

  • Contributor
  • *******
  • Posts: 307
  • Karma: +0/-0
Re: Guest Channel?
« Reply #4 on: June 12, 2006, 04:47:44 am »
That's pretty odd. Never heard of that happening before if relay is on. It's either all or nothing.

Either way there are 2 functions in Relay_GUILD.php that make this work. You may need to open that file and check for these. That is make sure they exsist.

Code: [Select]
/*
      This gets called on a msg in the guild chat (commands aren't relayed)
    */
    function gmsg($name, $group, $msg)
    {
    if (strtolower($name) != strtolower($this -> bot -> botname))
$this -> bot -> send_pgroup($highlight ."$name:</font><font color=#0FF20B> $msg");
    }
Code: [Select]
/*
      This gets called on a msg in the privgroup without a command
    */
    function privgroup($name, $msg)
    {
    if (strtolower($name) != strtolower($this -> bot -> botname))
$this -> bot -> send_gc($highlight ."[Guest] $name:</font><font color=#0FF20B> $msg");
    }
<<< Hack's in Zend Studio

All my Custom Bebot files may be Found Here <-clicky

Offline neongen

  • BeBot User
  • **
  • Posts: 64
  • Karma: +0/-0
Re: Guest Channel?
« Reply #5 on: July 02, 2006, 05:36:49 pm »
i have a problem with my guest channel. when i use !lock then it says the lock has been set on but people can still join or the bot semple restart.

how do i fix that?

 

* Recent Posts
Com bot module by bitnykk
[November 25, 2024, 05:36:11 pm ]


0.8.x updates for AO by bitnykk
[June 23, 2024, 03:19:47 pm ]


0.8.x updates for AoC by bitnykk
[June 23, 2024, 03:19:44 pm ]


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


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

* Who's Online
  • Dot Guests: 171
  • 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