Jacek Kowalski
2012-11-27 4c7016fb3e2dd55de4389872ba5c6c65bbf5a582
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 ?>