Jacek Kowalski
2012-07-13 59898a04e959a8bda92440ef98f18f04306eb86f
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;
}
?>