BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => BeBot 0.4 support => Topic started by: lulifuz on October 11, 2008, 12:31:28 pm

Title: !server does not work
Post by: lulifuz on October 11, 2008, 12:31:28 pm
Hi there,

for me the !server command does not work.
The bot answers: "Could not access server information"
I can acces http://probes.funcom.com/ao.xml from the bot server, so this seems not to be the problem.
Is it possible that the structure of the xml file has changed?

Thanks for your help.

Regards,

 lulifuz


EDIT:

Looked at the code a little more exactliy.
The problem is the following lines:
Code: [Select]
case '3':
$return = "dg";
break;
which should be:
Code: [Select]
case '3':
$return = "d3";
break;
Title: Re: !server does not work
Post by: Alreadythere on October 11, 2008, 01:54:38 pm
Thanks for bringing this up, corrected in trunk.
SimplePortal 2.3.7 © 2008-2024, SimplePortal