Jacek Kowalski
2012-09-17 3c97a446c7c170625e51b02058d2d560b227c4d0
commit | author | age
332344 1 <?php
JK 2 class bot_wersja_module implements BotModule {
3     function handle($msg, $params) {
4         return new BotMsg('<img src="./data/version/jacekk.png" /><br />'."\n"
5             . '<span color="#F70">Bot Gadu-Gadu</span> wersja '.main::VERSION.'<br />'."\n"
6             . 'http://jacekk.info/botgg');
7     }
8 }
9 ?>