Jacek Kowalski
2012-09-16 ad6d4ac2e69f306c0e99bf640f0abbb17dc8ca0e
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 ?>