Jacek Kowalski
2016-02-12 4aa6278f7fd40fdcbbde2be5c7e0e68c3117b44e
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 ?>