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