BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Age of Conan Archive => BeBot Hyborian support => Topic started by: Noer on August 17, 2008, 03:02:11 pm

Title: itemsearch is down today
Post by: Noer on August 17, 2008, 03:02:11 pm
Just a heads up.

The item search webservice is down today while we are reconfiguring the network here at the hosting center.
Title: Re: itemsearch is down today
Post by: Lightwave on August 19, 2008, 01:05:32 pm
Correct me if I'm wrong... or if in all my editing my bot behaves differently now...

but the bot doesn't actually listen in non-Guild channels as the notes says it does...

Code: [Select]
                $this -> register_event("gmsg", "Trade");
                $this -> register_event("gmsg", "RegionAquilonia");
                $this -> register_event("gmsg", "RegionCimmeria");
                $this -> register_event("gmsg", "RegionStygia");
                $this -> register_event("gmsg", "Playfield");

should be:

Code: [Select]
                $this -> register_event("gmsg", "~Trade");
                $this -> register_event("gmsg", "~RegionAquilonia");
                $this -> register_event("gmsg", "~RegionCimmeria");
                $this -> register_event("gmsg", "~RegionStygia");
                $this -> register_event("gmsg", "~Playfield");
                $this -> register_event("gmsg", "~NewbieHelp");


???
Thanks
SimplePortal 2.3.7 © 2008-2025, SimplePortal