Can't visit URLs from CLI?

xanth

New member
Did something change in a recent daily build? I have a basic CLI script that visits the VIP machine, as follows:

clan_viplounge.php?action=klaw
clan_viplounge.php?action=klaw
clan_viplounge.php?action=klaw

It used to work fine, since the CLI just interpreted that as 'go to this URL'. However now I get the follow error:

No available namespace with function: 'clan_viplounge.php?action=klaw'

Sure I can make an ash script and utilize visit_url to do this, but I'm wondering why this changed since it was such a useful feature. I did a quick search of the forums and couldn't find any discussion of it, or any mention in the SVn changelog, so I apologize if this has already been hash out in another thread.
 
Top