Jacek Kowalski
2012-09-16 8a5d946f56106b2d2e368c636dfbed2358a3a81f
1
2
3
4
5
6
7
8
9
10
<?php
require_once('./class/std.php');
try {
    $api = new BotAPIGG;
    $api->setStatus(BotAPIGG::STATUS_DOSTEPNY_DESC, 'Wpisz help, by uzyskać pomoc | http://jacekk.info/botgg');
}
catch(Exception $e) {
    echo $e;
}
?>