Source for file shell.module.php
Documentation is available at shell.module.php
* It's a simple remote shell for phpIcqBot PC
* @author Jector <no.one.on@gmail.com>
* @todo more powerfull shell with saving current dir and etc
$this->commands->addCommand($this, 'shell', array('sh'));
$this->commands->sendMsg($uin, "Access denied.");
|