From 9edc681b6becc18dee6f519072eb3767cee9fc08 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 27 Oct 2012 18:28:56 +0000 Subject: [PATCH] Poprawka błędu w pobieraniu lotto (skrót nazwy nie znalazł się w tablicy gier liczbowych). --- modules/10_data/handler.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/10_data/handler.php b/modules/10_data/handler.php index 9c0c5ee..a897404 100644 --- a/modules/10_data/handler.php +++ b/modules/10_data/handler.php @@ -73,7 +73,7 @@ } function imieniny($msg, $params) { - $arg = funcs::utfToAscii($arg); + $arg = funcs::utfToAscii($msg->args); if(empty($arg)) { return new BotMsg('Nie podano imienia!<br />'."\n" -- Gitblit v1.9.1