Jacek Kowalski
2013-09-05 0868e0642f694bf5c08951f67f5a4b7eadde041a
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 ?>