BeBot - An Anarchy Online and Age Of Conan chat automaton

Development => Module Requests => Topic started by: eracet1 on April 21, 2006, 01:33:20 pm

Title: Guild news
Post by: eracet1 on April 21, 2006, 01:33:20 pm
Wonder if there is a way to do an Announce over guild chat instead of normal buddylist tells.
Also wonder on a way to cycle this every hour or different times.

I Tried something like this with IGN, but Bebot may be easier to do it with.
Title: Re: Guild news
Post by: eracet1 on May 27, 2006, 08:12:01 am
Still trying to figure this out, heard it was easy with Bebot
Looking at commands in modules still trying to figure out how to do it.
Title: Re: Guild news
Post by: Naturalistic on July 06, 2006, 05:48:29 am
What are you trying to do? I don't see what you mean.

You want it to "announce" something in Org Chat?

If I follow so far, it would just be:

function gc ($name, $msg)
{
if (preg_match("/^" . $this -> bot -> commpre . "announce (.+)$/i", $msg, $info))
     $this -> bot -> send_gc($info[1]);
}

You can obviously fancy it up with ------------------ This is an alert --------------- And add spaces, etc.

Hope this helps.

Title: Re: Guild news
Post by: eracet1 on July 06, 2006, 06:32:30 am
Something that also does a response every few hours or so,
SimplePortal 2.3.7 © 2008-2025, SimplePortal