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
-
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.
-
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.
-
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.
-
Something that also does a response every few hours or so,