Archive > BeBot 0.4 support

!server does not work

(1/1)

lulifuz:
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: --- case '3':
$return = "dg";
break;
--- End code ---
which should be:

--- Code: --- case '3':
$return = "d3";
break;
--- End code ---

Alreadythere:
Thanks for bringing this up, corrected in trunk.

Navigation

[0] Message Index

Go to full version